Skip to content

Releases: jordan-wright/email

email v4.0.0

04 Jun 01:21
fd8a762
Compare
Choose a tag to compare

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.

email v3.0

15 Jan 03:33
Compare
Choose a tag to compare

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

03 Apr 17:24
Compare
Choose a tag to compare

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

13 Sep 01:42
Compare
Choose a tag to compare

Changelog

  • Added email.NewEmailFromReader function
  • Added GoDoc button in README.md
  • Removed unnecessary test

email v2.0

04 Sep 02:34
Compare
Choose a tag to compare

Requires Go v1.5 or higher!

Now uses the mime.quotedprintable package for encoding/decoding.

email v1.1

04 Sep 02:32
Compare
Choose a tag to compare

Added UTF-8 message header support

Minor cleanup

email - v1.0

30 Jun 00:05
Compare
Choose a tag to compare

Initial stable release of the email package.

Versioning included to promote backward-compatible guarantee!