mail: fix the encoding of the mail senders and recipients name (#4061)

This commit is contained in:
Lénaïc Huard
2022-02-18 21:58:46 +01:00
committed by GitHub
parent f5ec73735f
commit 8682ac96df
2 changed files with 18 additions and 9 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- mail callback plugin - fix encoding of the name of sender and recipient (https://github.com/ansible-collections/community.general/issues/4060, https://github.com/ansible-collections/community.general/pull/4061).