(adsbygoogle = window.adsbygoogle || []).push({});
I normally use sendemail on my Rasberry Pi because it’s easiest way to send email from your Raspberry Pi Linux machine using command line.
Let’s first install sendemail:
apt-get install sendemail
Using sendemail is easy:
sendemail -xu LOGIN -xp PASSWORD -f FROM -t TO -s SERVER:PORT -o tls=yes -u […]