Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notifier: SMTP #107

Open
lemonsaurus opened this issue Apr 19, 2022 · 2 comments
Open

Notifier: SMTP #107

lemonsaurus opened this issue Apr 19, 2022 · 2 comments
Labels
area: notifiers help wanted Extra attention is needed level: intermediate priority: low type: feature A request for or implementation of a new feature

Comments

@lemonsaurus
Copy link
Owner

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 lemonsaurus added area: notifiers help wanted Extra attention is needed level: intermediate priority: low type: feature A request for or implementation of a new feature labels Apr 19, 2022
@Den4200
Copy link

Den4200 commented Apr 19, 2022

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.

@lemonsaurus
Copy link
Owner Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: notifiers help wanted Extra attention is needed level: intermediate priority: low type: feature A request for or implementation of a new feature
Projects
None yet
Development

No branches or pull requests

2 participants