Changelog
- [Breaking Change]
SendWithTLS
now sends emails via a direct TLS connection. If you want the behavior that leveragesSTARTTLS
, you should useSendWithStartTLS
(#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 theHTMLRelated
property onAttachment
s (#93) NewEmailFromReader
now supports attachments (#89)
Other minor bug fixes and improvements. The full changelog can be found here.