email v4.0.0 Release Notes

Release Date: 2020-06-04 // almost 4 years ago
  • Changelog

    • [Breaking Change] SendWithTLS now sends emails via a direct TLS connection. If you want the behavior that leverages STARTTLS, you should use SendWithStartTLS (#68, #87)
    • โž• Added Reply-To header (#68)
    • โž• Added support for encoding non-ASCII text in email headers (#83, #115)
    • โž• Added support for mime/related attachments via the HTMLRelated property on Attachments (#93)
    • ๐Ÿ‘ NewEmailFromReader now supports attachments (#89)

    ๐Ÿ›  Other minor bug fixes and improvements. The full changelog can be found here.


Previous changes from v3.0

  • ๐Ÿ”„ Changelog

    • โž• Added email.Pool to create pool of SMTP connections
    • โž• Added ability to import emails with base64 encoded MIME parts
    • ๐Ÿ›  Other minor fixes