Kyle Pericak

"It works in my environment."

Mon 12 August 2019

Project: Automated Emails

Posted by Kyle Pericak in projects   

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.


Project Posts & Progress

This project includes, or will include, the following posts. If any aren't finished, check back later!

Status Article
Done Postfix Send-Only Mail Service: Basic emails from a dedicated VM
Done Sending cron-scheduled ping failure alerts using a bash script
Done Using SPF to ensure emails are trusted
WIP - Paused Using DKIM to ensure emails are trusted
Not Started Using DMARK to ensure emails are trusted
Not Started Sending emails from Python
Not Started Sending emails using the AWS SES API
Not Started Sending Emails using the Google Cloud Mail API

Javascript appears to be disabled. Comments can't load.