From my linux experience...
To send an email from command line you can use "mail" command.Example:echo "Message body" | mail -s "Test_subject" example@exampledomain.comSends message "Message body" with a subjects "Test_subject" to example@exampledomain.com
echo "Message body" | mail -s "Test_subject" example@exampledomain.com
No comments:
Post a Comment