zaqar/releasenotes/notes/email-notification-by-internal-tool-08910ab2247c3864.yaml
changyufei e1c62707d3 Using smtplib for Zaqar mail delivery
Add the new way which using smtplib for Zaqar email subscription
notification.

An example file for configure mail content and SMTP information
is added as well.

Change-Id: I4a1310b54bec38263981792ba0220ae516bea179
Implements: blueprint zaqar-email-delivery
2018-08-21 01:06:07 +00:00

9 lines
328 B
YAML

---
features:
- |
Currently the email subscription in Zaqar relay on the third part
tools, such as "sendmail". It means that deployer should install
it out of Zaqar. If he forgets, Zaqar will raise internal error.
This work let Zaqar support email subscription by itself using
the ``smtp`` python library.