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

(cherry picked from commit 8682ac96df)

Co-authored-by: Lénaïc Huard <L3n41c@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2022-02-18 22:59:04 +01:00
committed by GitHub
parent 4b28b036c9
commit cf60761cf9
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).