Releases: jordan-wright/email
Releases · jordan-wright/email
email v4.0.0
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.
email 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
email v2.2
Changelog
- Now trimming leading whitespace on
email.NewEmailFromReader
- Added default Content-Type when importing email
- Support for importing email with single MIME part
- Now adding message ID when creating emails
- Added
e.SendWithTLS
to support sending with optional TLS config
email v2.1
Changelog
- Added
email.NewEmailFromReader
function - Added GoDoc button in README.md
- Removed unnecessary test
email v2.0
Requires Go v1.5 or higher!
Now uses the mime.quotedprintable
package for encoding/decoding.
email v1.1
Added UTF-8 message header support
Minor cleanup
email - v1.0
Initial stable release of the email
package.
Versioning included to promote backward-compatible guarantee!