mail: add Date and Message-ID headers (#4056)

This commit is contained in:
Lénaïc Huard 2022-01-21 07:27:20 +01:00 committed by GitHub
commit 750d96a95f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- mail callback plugin - add ``Message-ID`` and ``Date`` headers (https://github.com/ansible-collections/community.general/issues/4055, https://github.com/ansible-collections/community.general/pull/4056).