Sunday, 18 August 2013

How do I send an email using perl and ssmtp

How do I send an email using perl and ssmtp

I am able to send an email on my raspberry pi using this command
echo "Test text" | mail -s "Test Mail" xxxx@gmail.com
What is the easiest way for me to do using Perl and ssmtp?

No comments:

Post a Comment