Raspberry Pi
fetchmail to get the mails from your imap account
2014/03/11
Now, that you have set the RPi to send emails, lets do the next best thing. Setup fetchmail so that we can setup a cron job to run and get us the emails on Raspberry Pi. What can we do with these …
Raspberry Pi automate certain tasks – script example
2014/03/10
Now, if you have followed these : fetchmail ssmtp Then you already have a working system for sending and receiving mail. Now, you can set the mda in the fetmailrc to a script which can do few things …
ssmtp configuration and installation – raspberry pi.
2013/06/04
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 …