sending mail to localuser in linux using mailutils 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'