As recommended, I installed ssmtp (and mailx) onto Raspbian with the following:
sudo apt-get install ssmtp sudo apt-get install bsd-mailxI edited /etc/ssmtp/ssmtp.conf, to include the following settings:
# comcastThis was a heck of a lot easier than the alternatives, using exim4, that are documented in other places.
mailhub=smtp.comcast.net:587
UseSTARTTLS=YES
UseTLS=YES
AuthUser=<username>@comcast.net
AuthPass=<plaintext password>
rewritedomain=<fqdn>
FromLineOverride=YES
hostname=<hostname + fqdn>
No comments:
Post a Comment