mail module/callback: allow to configure the Message-ID header's domain name (#7765)

Allow to configure the Message-ID header's domain name.
This commit is contained in:
Felix Fontein
2024-01-01 14:03:23 +01:00
committed by GitHub
parent 08ece2e0fa
commit acddb190ba
3 changed files with 24 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- "mail module, mail callback plugin - allow to configure the domain name of the Message-ID header with a new ``message_id_domain`` option (https://github.com/ansible-collections/community.general/pull/7765)."