zuul/zuul/driver/smtp
Markus Hosch c8d8d95a1d Add support for authentication/STARTTLS to SMTP
Add support for user/password based authentication to the SMTP driver of
Zuul. It is now possible to use "user" and "password" as options for the
smtp driver plus "use_starttls" to encrypt the SMTP conenction.

In addition, this change also changes the way error handling is done in
the SMTP driver: A failed send attempt is now immediately reported in
the log as a warning and no error string is returned anymore since it
wasn't used on the call site.

Change-Id: I456f7a2b3e21cf72f68820064ab6acc72a369ba1
2018-09-25 08:47:08 +02:00
..
__init__.py Status branch protection checking for github 2018-06-04 15:47:01 +02:00
smtpconnection.py Add support for authentication/STARTTLS to SMTP 2018-09-25 08:47:08 +02:00
smtpreporter.py Docs: reformat SMTP driver docs 2017-08-04 10:30:59 -07:00