how to send a email from linux terminal code example
Example: linux mail command
mail -s "This is the subject" [email protected] <<< 'This is the message'
mail -s "This is the subject" [email protected] <<< 'This is the message'