email v4.0.0 Release Notes
Release Date: 2020-06-04 // over 4 years ago-
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.
- [Breaking Change]
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
- โ Added