Mailyak Versions Save

An elegant MIME/SMTP email library with support for attachments

v3.3.0

3 years ago

Adds support for explicit TLS (#54), and drastically reduces the memory required to send large emails (#55), particularly with attachments.

Thanks to @darnmason for the helpful TLS design input!

v3.2.2

3 years ago

Fixes a bug causing emails to be sent with the same timestamp when reusing a MailYak instance (https://github.com/domodwyer/mailyak/issues/50).

Thanks to @jacksgt for both identifying, and fixing the issue!

v3.2.1

3 years ago

Updates the Go module path.

Thanks @karelbilek!

v3.2.0

3 years ago

Adds Content-ID for all attachments (https://github.com/domodwyer/mailyak/pull/45)

Thanks @soky314 !

v3.1.2

3 years ago

Fixes an issue with attachment lengths https://github.com/domodwyer/mailyak/pull/39 (thanks @evangwt)!

v3.1.1

5 years ago

Fixes an issue with overly long base64-encoded lines when writing attachments in chunks.

Thanks to @jazzboME for reporting and helping develop a fix!

v3.1.0

5 years ago

A release with a couple features and bug fixes:

  • Send ccAddrs to the smtp server as RCPT TO addresses - @makiton (#24)
  • New AddHeader() to specify arbitrary headers - @deanishe (#27)
  • Attach files with specified mime types - @mmmguitar (#28)
  • Encode email body as 'quoted-printable' - @cygy (#31)

Thanks for the PRs!

v3.0.3

6 years ago

Encodes non-ASCII header characters according to RFC1342.

Thanks to @aandrade1234 for reporting.

v3.0.2

6 years ago

Bugfix release - #22

Thanks to @joanbalaguero for the report and @rwhittington for the PR!

v3.0.1

6 years ago

Bugfix release - see #18

Thanks to @rickvanbodegraven!