Skip to content

Releases: genkgo/mail

2.1.3

07 Nov 09:28
Compare
Choose a tag to compare

Fixes bug when using formatted message and only text.

2.1.2

11 Oct 22:52
Compare
Choose a tag to compare

Minor release, fixing an error warning.

2.1.1

26 Sep 16:13
Compare
Choose a tag to compare

Fixes a bug when using comma in address name and non 7 bit character so quoted printable would be triggered, while instead base 64 encoding should have been triggered.

2.1.0

25 Sep 12:22
Compare
Choose a tag to compare

Added

  1. sign message with DKIM. Many thanks to @meirbon!
  2. convenience constructors for recipients headers. Thanks to @mpyw.
  3. support for upcoming PHP 7.2.

2.0.8

31 Aug 16:35
Compare
Choose a tag to compare

Fixes bug in QueueProcessor

2.0.7

24 Aug 14:25
Compare
Choose a tag to compare

Only inject a Message-ID header when there was no header injected before.

2.0.6

24 Aug 11:56
Compare
Choose a tag to compare

Queues are now countable

2.0.5

16 Jun 17:08
Compare
Choose a tag to compare
  • Fix AutomaticConnection not throwing second connection failures
  • Intl is an extension that is required, because of supporting unicode e-mail addresses.

2.0.4

11 Jun 11:30
Compare
Choose a tag to compare

Add feature to detect mime types when using file attachment.

2.0.3

11 Jun 11:30
Compare
Choose a tag to compare

Add easier API for constructing from/recipient headers.