All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Add provider for Amazon SES for sending RenderedMail and TemplatedMail
- 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.
- [BC]
ModuleConfig
has been replaced byConfigProvider
and is now compatible with Zend\ComponentInstaller
- Initial release.