ssmtp configuration and installation – raspberry pi.

To get your email working on your raspberry pi, First thing that you should probably do is to set up outgoing emails from your RPi. The easiest way to do so is with ssmtp.
Install ssmtp:
sudo apt-get install ssmtp
Next configure the ssmtp client to send emails using your ISP, open up the file /etc/ssmtp/ssmtp.conf file and make the changes as suggested below:
Continue reading