Releases: quartzy/php-email
Releases · quartzy/php-email
0.6.0
19 Dec 22:39
Compare
Sorry, something went wrong.
No results found
Changed
Allow subject to be empty/null on templated emails (#22 )
0.5.1
26 Feb 06:57
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Updated EmailBuilder::attach to accept an Attachment object to support more than just FileAttachment
0.3.2
13 Dec 16:52
Compare
Sorry, something went wrong.
No results found
Corrected file name determination for UrlAttachments and ResourceAttachments
0.3.1
13 Dec 00:07
Compare
Sorry, something went wrong.
No results found
Add UrlAttachment and ResourceAttachment
0.3.0
08 Nov 23:44
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added fromRfc2822 and fromString functions to Address to assist in construction.
0.1.0
25 Jul 02:25
Compare
Sorry, something went wrong.
No results found