e1c62707d3
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
9 lines
328 B
YAML
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.
|