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
Please update documentation, and eventually the code to take into account the automatic addition of a proper Message-Id as it may
happen that the first-hop SMTP server used to the send the email is not actively adding the missing header.
The text was updated successfully, but these errors were encountered:
Added a valid Message-ID header using an GUID and the host.
Other possible headers added by user to `MailMessage.Headers`
collection are processed.
Fixesnilnull#33 issue
Umm, and this makes me reconsider that maybe it's not a good idea to use the HeadersEncoding property to determine encoding in address fields and should be isolated in MimeMailAddress such I did make initially. At this point, I mean this: #30
Please update documentation, and eventually the code to take into account the automatic addition of a proper Message-Id as it may
happen that the first-hop SMTP server used to the send the email is not actively adding the missing header.
The text was updated successfully, but these errors were encountered: