Mailyak Versions Save

An elegant MIME/SMTP email library with support for attachments

v3.6.2

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/domodwyer/mailyak/compare/v3.6.1...v3.6.2

v3.6.1

9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/domodwyer/mailyak/compare/v3.6.0...v3.6.1

v3.6.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/domodwyer/mailyak/compare/v3.5.0...v3.6.0

v3.5.0

1 year ago

Support for multiple values for the same header key.

This is apparently needed to support MailGun's X-Mailgun-Tag with multiple labels.

Thanks @bryanmatteson for the PR!

v3.4.0

1 year ago

Support for specifying the sender domain (helpful for Gmail / SMTP relays).

If you get an error about using "localhost" as the sender domain (in the EHLO/HELO handshaking messages) this is for you! https://github.com/domodwyer/mailyak/pull/79

Thanks @taisph!

v3.3.5

1 year ago

Fixes address handling which previously prevented a caller from specifying a recipient name (#75).

Thanks @ganigeorgiev!

v3.3.4

1 year ago

Fixes RFC 5322 compatibility reported in https://github.com/domodwyer/mailyak/issues/70.

Thanks @jazzboME for reporting, and @pequalsnp for the speedy fix!

v3.3.3

3 years ago

Fixes plain-text MIME generation reported in #63 - thanks to @Top-Ranger for reporting and fixing in #64!

v3.3.2

3 years ago

Adds missing Content-Type headers to empty MIME parts - #61.

Thanks @yujiri8 for reporting!

v3.3.1

3 years ago

Re-enables STARTTLS support (#57) - thanks to @Top-Ranger for reporting!