Skip to content

Releases: Finesse/SwiftMailerDefaultsPlugin

2.0.3

01 May 05:09
Compare
Choose a tag to compare
  • Added support for:
    • PHP 5.6
    • SwiftMailer 4 and 5
  • Improved performance

2.0.2

19 Dec 02:54
Compare
Choose a tag to compare

Fixed:

  • The plugin considers '0' as an empty value and replaces it with the default value.

2.0.1

27 Oct 05:05
Compare
Choose a tag to compare

Removed the excess stuff from the composer package

2.0

20 Oct 02:34
Compare
Choose a tag to compare
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).