blackbox icon indicating copy to clipboard operation
blackbox copied to clipboard

Notifier: SMTP

Open lemonsaurus opened this issue 3 years ago • 2 comments

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?

lemonsaurus avatar Apr 19 '22 08:04 lemonsaurus

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.

Den4200 avatar Apr 19 '22 12:04 Den4200

That's pretty interesting, and might be a good tool for this!

lemonsaurus avatar Apr 19 '22 14:04 lemonsaurus