Notifier: SMTP
Send a notification via email through a specified set of SMTP credentials.
The user must provide the SMTP credentials, we don't provide any kind of email sending service, we simply ship the email using the provided credentials, if they have been configured.
Let's build a nice looking email using HTML - Perhaps we can use something like Jinja2 to construct it from a template?
Check out mjml to pretty easily create nice looking emails that are compatible with most clients! There is a python port of this project here that could be used instead of the original JS version, but it only includes a stub implementation.
That's pretty interesting, and might be a good tool for this!