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
commit 8682ac96df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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).