Swiftmailer extension 2.1.3 released
We are very pleased to announce the release of Swiftmailer extension version 2.1.3. This release clones signers when cloning Message and emits a warning when opendkim is used.
See the CHANGELOG for details.
We are very pleased to announce the release of Swiftmailer extension version 2.1.3. This release clones signers when cloning Message and emits a warning when opendkim is used.
See the CHANGELOG for details.
Mailer package version 3.0.0 was tagged. This version expands Yiisoft\Mailer\MessageInterface adding the following methods:
getDate() - Returns the date when the message was sent, or null if it was not set.withDate() - Returns a new instance with the specified date when the message was sent.getPriority() - Returns the priority of this message.withPriority() - Returns a new instance with the specified priority of this message.First releases of mailer package and its SwiftMailer adapter were released.
The mailer package provides the content composition functionality, and a basic interface for sending emails. Actual mail sending is provided by separate interchangeable packages.
The following code can be used to send an email:
We are very pleased to announce the release of the Swiftmailer extension version 2.0.7 which brings 3 enhancements and bug fixes.
We added the ability to setup several message headers in batch, including configuration at yii\swiftmailer\Mailer::$messageConfig.
This release provides better logging support, by choosing logging level (info, trace, warning) according to swiftmailer log format.
Fixed bug: yii\swiftmailer\Message did not clone the underlying $swiftMessage instance during its own cloning.
See the CHANGELOG for details.
Recently three security vulnerabilities in PHPMailer and SwiftMailer have been announced:
Credits to Dawid Golunski (https://legalhackers.com) for finding these.
We are very pleased to announce the release of the Swiftmailer extension version 2.0.6.
This release provides better support for the message headers setup and message signature specification.
See the CHANGELOG for a complete list of changes.