Releases: zf-fr/zfr-mail
Releases · zf-fr/zfr-mail
2.2.0
2.1.0
- Updated the container to use PSR interface.
send
method now can now returns a message ID from the underlying provider. This can be useful if you need to save into your database a message ID coming from the mail provider. Postmark mailer has been updated to return this.
2.0.0
Added
- [BC]
ModuleConfig
has been replaced byConfigProvider
and is now compatible with Zend\ComponentInstaller
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.