You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No, this issue is about setting (part of) the Message-ID of an email, a unique message identifier. If you do not supply it, the Message-ID is generated by the SMTP server:
Set your own domain instead of the currently used local hostname.
MAIL_MSGID_DOMAIN: Optional[str] = None
Dynamically set your own 'msgid domain' together with the MailMsg parameters.
:param msgid_domain
Overrides MAIL_MSGID_DOMAIN parameter
Dynamically set the 'msgid' together with the MailMsg parameters.
:param msgid
The text was updated successfully, but these errors were encountered: