Skip to content

Releases: Finesse/SwiftMailerDefaultsPlugin

2.0.3

Choose a tag to compare

@Finesse Finesse released this 01 May 05:09
  • Added support for:
    • PHP 5.6
    • SwiftMailer 4 and 5
  • Improved performance

2.0.2

Choose a tag to compare

@Finesse Finesse released this 19 Dec 02:54

Fixed:

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

2.0.1

Choose a tag to compare

@Finesse Finesse released this 27 Oct 05:05

Removed the excess stuff from the composer package

2.0

2.0

Choose a tag to compare

@Finesse Finesse released this 20 Oct 02:34

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).