- Add support for PHPv7.2
- Add support for
zend-component-installer
- Update license year
- Add license check
- Allow injecting
Zend\Mail\Header\HeaderInterface
()next to array format) withDefaultHeaders
plugin (jaapio) - Replace remaining string class names with
::class
constant - Improve test matrix by adding testing with lowest dependency versions
- Restore partial support for PHP 5.5 (library will work but some tests can fail).
- Modernize test suite: compatibility with PHPUnit v5.7
- Replace multiple string class names with
::class
constant - Bump required PHP version to 5.6
- Bump required PHP version to 5.5
- Compatibility with zend-servicemanager v3 and zend-eventmanager v3
- Cleanup test suite
- Set charset for text part template (stefanotorresi)
- Add
boundary
parameter toContent-Type
header formultipart/alternate
messages - Ensure correct order of mime-parts generated by
PlaintextMessage
plugin (HTML part should be at the end)
- Add autoload config in module class (ojhaujjwal)
- Sendmail is now default transport (ojhaujjwal)
- Allow replacing Message object during e-mail composition (ojhaujjwal)
- Automatically set Content-Type header to "multipart/alternative" when both HTML and plaintext versions are provided
- Text body is added before HTML version (traedamatic)
- Tagged first stable version