-
Notifications
You must be signed in to change notification settings - Fork 297
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 SMTPS notify #1556
base: master
Are you sure you want to change the base?
Add SMTPS notify #1556
Conversation
Thanks for your contribution. I don't think this is needed any longer. Did you see the new feature that was added a few weeks ago? It allows any of the built-in alerters to be used for notifications. That then allows the ability to send emails over SMTPS/TLS/etc. |
This patch is not for rule notification. This is for sending notification of ElastAlert2 itself. |
The change I mentioned earlier is not for rule notification. It's for system error notifications. Please see the latest CHANGELOG.md. |
Please check function send_notification_email in elastalert.py. It does not support SMTPS. |
This PR is stale because it has been open for 30 days with no activity. The longer a PR remains stale the more out of date with the main branch it becomes. |
Description
Checklist
make test-docker
with my changes.Questions or Comments