Releases: Finesse/SwiftMailerDefaultsPlugin
Releases · Finesse/SwiftMailerDefaultsPlugin
2.0.3
- Added support for:
- PHP 5.6
- SwiftMailer 4 and 5
- Improved performance
2.0.2
Fixed:
- The plugin considers
'0'
as an empty value and replaces it with the default value.
2.0.1
Removed the excess stuff from the composer package
2.0
You can set all the default properties which you can set through the Swift_Mime_SimpleMessage::set...
methods.
Backward incompatible:
setDefaultFrom($address, $name)
is replaced with setDefault('from', $address, $name)
.