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

Choose a tag to compare

@camuthig camuthig released this 19 Dec 22:39
8f29f61

Changed

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

0.5.1

Choose a tag to compare

@camuthig camuthig released this 26 Feb 06:57
f6e7215

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

Choose a tag to compare

@camuthig camuthig released this 25 Feb 17:09
59657ad

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

Choose a tag to compare

@camuthig camuthig released this 13 Dec 16:57
e06e95b
  • Updated EmailBuilder::attach to accept an Attachment object to support more than just FileAttachment

0.3.2

Choose a tag to compare

@camuthig camuthig released this 13 Dec 16:52
0f39065
  • Corrected file name determination for UrlAttachments and ResourceAttachments

0.3.1

Choose a tag to compare

@camuthig camuthig released this 13 Dec 00:07
  • Add UrlAttachment and ResourceAttachment

0.3.0

Choose a tag to compare

@camuthig camuthig released this 08 Nov 23:44
  • Added strict types and argument/return type hints
  • Dropped support for 5.6 and 7.0. 7.1+ supported only.

0.2.0

Choose a tag to compare

@camuthig camuthig released this 02 Aug 18:03
  • Added fromRfc2822 and fromString functions to Address to assist in construction.

0.1.0

Choose a tag to compare

@camuthig camuthig released this 25 Jul 02:25
  • Initial public release