Releases: Soflomo/Mail
Releases · Soflomo/Mail
v0.3.2
v0.3.1
First micro release of v0.3
- Applied coding standard fixes
- Updated badges on README about build status, code quality and test coverage
- Created many tests to increase coverage from 2% to 69%
v0.3.0
Third minor release of Soflomo\Mail
- The module's source is now completely PSR-4 and the composer.json is updated so without the module's autoloading, composer can find any classes from Soflomo\Mail.
v0.2.2
v0.2.1
First bugfix release for v0.2
- remove default smtp configuration
- add dist file with examples
v0.2.0
Second feature release of Soflomo\Mail
- A new MailService class as facade for composing, rendering and sending mails
- A controller plugin as proxy for the service
- A complete README with usage and configuration guide
v0.1.0
Initial release of Soflomo\Mail
- A default message object
- A default mail transport service based on configuration