Skip to content

Releases: domodwyer/mailyak

No longer writes BCC headers

03 Oct 18:39
Compare
Choose a tag to compare

This release is a bugfix release that changes existing behaviour. Hopefully this is a breaking change for only a few users!

For more information, see #14

Add inline attachments

31 Jul 18:38
v2.1.0
7dd2d12
Compare
Choose a tag to compare

Adds support for inline attachments thanks to @agustintorres.

v2.0.0 - General tidying, more error checking, parallel tests

22 May 20:04
v2.0.0
Compare
Choose a tag to compare

General tidying, more error checking, and slightly better documentation.

Removes interfaces that should never have been part of this package (AttachmentEmailer and Emailer - clients needing them should define them). Because of this I've tagged this release as a new major version. I don't expect this will cause much, if any breakage to end users as they've probably never been used.

Uses t.Parallel() and t.Run() in tests, so Go 1.7 is now a minimum requirement.