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 withsetDefault('from', $address, $name)
.
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)
.