Skip to content

email v4.0.0

Latest
Compare
Choose a tag to compare
@jordan-wright jordan-wright released this 04 Jun 01:21
· 9 commits to master since this release
fd8a762

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.