You can use the mail command. I believe it relies on sendmail by default.
echo -e "message body" | mail -s "message subject" email_address
You can use the mail command. I believe it relies on sendmail by default.
echo -e "message body" | mail -s "message subject" email_address
No related pages or links.