Releases: BerliozFramework/Mailer
Releases · BerliozFramework/Mailer
v1.4.0
Changed
- Attachment serialization store contents of file
v1.3.2
Changed
Fixed
- Last alternative boundary not declared
- Fix PhpDoc and imports
v1.3.1
Changed
- Escape dot at first character line, on SMTP dialog with quoted_printable_encode()
- Thrown an exception if an attachment file does not exist
v1.2.1
Removed
- Remove Smtp::__set_state() method ; incompatible signature with PHP 8
v1.2.0
Changed
- Exceptions more verbose from SMTP transport
- PSR-12 refactoring
- Change
\Berlioz\Mailer\Mail
class as deprecated, replaced by \Berlioz\Mailer\PhpMail
v1.1.2
Added
- Add coverage options in phpunit.xml.dist
Changed
- Fix deprecated (PHP7.4) array and string offset access syntax with curly braces
Removed
v1.1.1
Changed
- Fix null values with mb_* functions
- Fix lower case modification of excluded headers
v1.1.0
Changed
- Fix deprecated (PHP7.4) array and string offset access syntax with curly braces
- Truncate length of base64 fixed to 76 (for best SpamAssassin score)
- Default length of boundaries fixed to 15 (for best SpamAssassin score)
- Enabled strict types