I've found that it's pretty common that I need to send emails from my software. At first it seems easy, there are well documented libraries out there. Pretty soon though, your super critical outage notification email has wound up in the SPAM filter.
In this project, I explore the tools available to send email alerts from your automated systems and how to ensure those emails are trusted by their receiving mail servers.
This will be an ongoing project that I intend to circle back to as time permits.
This project includes, or will include, the following posts.
Date | Article |
---|---|
2019-08-15 | Postfix Send-Only Mail Service: Basic emails from a dedicated VM |
2019-08-18 | Sending cron-scheduled ping failure alerts using a bash script |
2019-08-20 | Using SPF to ensure emails are trusted |