sSMTP Unable to send message using external mail server SMTP
- by OrangeGrover
I'm trying to finish up my Nagios install by having it email me. It was emailing me using /bin/mail so it always got sent to my spam folders.
I installed sSMTP to try to send a request to my work's email server to be able to send out a message from an authenticated user.
Here is my /etc/ssmtp/ssmtp.conf file:
mailhub=10.200.120.148:25
UseTLS=NO…