mirror of https://github.com/ansible/ansible.git
mail: Fix regression when sending mail without SSL (v2.7) (#47019)
* mail: Fix regression when sending mail without SSL (v2.7) When this module was refactored in #37098 the non-SSL use-case was broken. The main cause is that we have no way to do integration tests for testing SMTP. This is a back-port to v2.7 of #46403 * Add changelog fragmentpull/47463/head
parent
0e933f76ba
commit
44ae37d78b
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- mail - Fix regression when sending mail without TLS/SSL
|
||||
Loading…
Reference in New Issue