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

send email on error #11

Open
wants to merge 10 commits into
base: master
Choose a base branch
from
Open

send email on error #11

wants to merge 10 commits into from

Conversation

g-normand
Copy link

I added a mail management in case of errors if the mailer is configured such as below :

   # ini file settings:
   #[app:main]
   scheduler.mail.host = [host]
   scheduler.mail.username = [from]
   scheduler.mail.password = [pwd]
   scheduler.mail.port = [port]
   scheduler.mail.tls = [True or False]
   scheduler.mail.to = [to]

@g-normand g-normand force-pushed the master branch 4 times, most recently from e7b6b9a to bdb3939 Compare January 8, 2019 15:16
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

Successfully merging this pull request may close these issues.

3 participants