1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-03 17:18:54 +00:00

mail: Fix new breakage on python 2.7 (#49197)

* mail: Fix new breakage on python 2.7

* Add changelog fragment

* Add basic SMTP testing

* Add SMTP integration tests using starttls and TLS
This commit is contained in:
Dag Wieers 2018-12-10 19:25:33 +01:00 committed by Toshio Kuratomi
parent eae81e36fd
commit 7b01725bb5
7 changed files with 215 additions and 2 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- mail - fix python 2.7 regression