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

Add support for email notifications #189

Open
emagaliff opened this issue Feb 2, 2016 · 5 comments
Open

Add support for email notifications #189

emagaliff opened this issue Feb 2, 2016 · 5 comments

Comments

@emagaliff
Copy link

Adding the ability to send email notifications would allow users to also receive text notifications via "SMS e-mail addresses", eliminating the need for a service and instead relying only on a mobile phone. As of now, the only way to receive texts is by signing up for some of the paid services push supports.

@dgw
Copy link
Collaborator

dgw commented Feb 2, 2016

This should be doable already by sending notifications to a script that utilizes sendmail (or the system's equivalent command).

@moltar
Copy link

moltar commented Mar 4, 2016

Any examples of this? I looked at the code and there doesn't seem to be a way to trigger a custom script. Only curl, which isn't helpful in this case.

@dgw
Copy link
Collaborator

dgw commented Mar 5, 2016

Actually, the Python branch supports sending emails using SMTP. It's entirely possible that this should be closed as "implemented" (in a future release). @jreese?

@steadfasterX
Copy link

I would like to see it as well.
Its not like that there are other ways possible to do so but this module has many configuration options which makes it extrem powerful.. hope we see that one day..

@dgw
Copy link
Collaborator

dgw commented Jun 29, 2017

For the moment, a custom URL GET request would be the way to go. I leave it to more experienced folks than myself to think of the security ramifications of putting up a script that sends emails, though, even if it does require a secret key of some kind…

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants