email

Robust and flexible email library for Go

MIT License

Stars
2.6K
Committers
30

Bot releases are hidden (Show)

email - email v4.0.0 Latest Release

Published by jordan-wright over 4 years ago

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 - email v3.0

Published by jordan-wright almost 7 years ago

Changelog

  • Added email.Pool to create pool of SMTP connections
  • Added ability to import emails with base64 encoded MIME parts
  • Other minor fixes
email - email v2.2

Published by jordan-wright over 8 years ago

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 - email v2.1

Published by jordan-wright about 9 years ago

Changelog

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

Published by jordan-wright about 9 years ago

Requires Go v1.5 or higher!

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

email - email v1.1

Published by jordan-wright about 9 years ago

Added UTF-8 message header support

Minor cleanup

email - email - v1.0

Published by jordan-wright over 9 years ago

Initial stable release of the email package.

Versioning included to promote backward-compatible guarantee!