Skip to content
This repository was archived by the owner on Aug 16, 2022. It is now read-only.

Releases: quartzy/php-email

0.6.0

19 Dec 22:39
8f29f61

Choose a tag to compare

Changed

  • Allow subject to be empty/null on templated emails (#22)

0.5.1

26 Feb 06:57
f6e7215

Choose a tag to compare

Changelog

Added

  • Created helper function on Attachment to get the RFC content type header.

Changed

  • Allow null charset on attachments and changed the default to null.

0.5.0

25 Feb 17:09
59657ad

Choose a tag to compare

Changelog

Added

  • Support for custom headers on emails.
  • Add character set header to text and HTML content.
  • Add common headers to attachments: content type, character set, name, content ID.
  • Add embedded (inline) attachments to emails.
  • Added fluent addText and addHtml methods on SimpleContent

Change

  • Now using Message objects instead of string for SimpleContent's text and HTML properties.

0.4.0

13 Dec 16:57
e06e95b

Choose a tag to compare

  • Updated EmailBuilder::attach to accept an Attachment object to support more than just FileAttachment

0.3.2

13 Dec 16:52
0f39065

Choose a tag to compare

  • Corrected file name determination for UrlAttachments and ResourceAttachments

0.3.1

13 Dec 00:07

Choose a tag to compare

  • Add UrlAttachment and ResourceAttachment

0.3.0

08 Nov 23:44

Choose a tag to compare

  • Added strict types and argument/return type hints
  • Dropped support for 5.6 and 7.0. 7.1+ supported only.

0.2.0

02 Aug 18:03

Choose a tag to compare

  • Added fromRfc2822 and fromString functions to Address to assist in construction.

0.1.0

25 Jul 02:25

Choose a tag to compare

  • Initial public release