Skip to content

Releases: mailjet/MailjetSwiftMailer

Support SwiftMailer 6.0 and PHP > 7.0

13 Jun 13:33
300eb93
Compare
Choose a tag to compare
2.0.0

Support for SwiftMailer 6.0

[FIX] Variables json_encode in SM headers

27 Oct 07:51
Compare
Choose a tag to compare

[FIX] Incorrect method when user defined headers are set

31 Jul 09:25
Compare
Choose a tag to compare

[FIX] Exclude null properties form the payload

17 Jul 16:06
Compare
Choose a tag to compare

Feature: Added support for Send API v3.1

27 Jun 08:22
Compare
Choose a tag to compare

We now support Send API v3.1 !
If you want to use Send API v3.1 you only need to select the proper version => v3.1 .

$clientOptions = ['url' => "api.mailjet.com", 'version' => 'v3.1', 'call' => true];
$transport = new MailjetTransport($dispatchEvent, $apiKey, $apiSecret, $clientOptions);

Feature: inject your own Mailjet\Client

20 Jun 11:42
Compare
Choose a tag to compare

You can now inject your own Mailjet\Client:

$myMailjetClient = new MyMailjetClient(); //extends from \Mailjet\Client
$transport->setExternalMailjetClient($myMailjetClient);

Migrate to official repository

16 Jun 09:52
Compare
Choose a tag to compare
  • Transfer to official Mailjet repository
composer require composer require mailjet/mailjet-swiftmailer

v1.0.0

13 Jun 07:56
Compare
Choose a tag to compare

Features

Todo

  • more unit tests
  • some integration tests
  • handle inlineAttachments

BETA2

07 Jun 14:04
Compare
Choose a tag to compare
BETA2 Pre-release
Pre-release
  • Send Message with SwiftMailer throught Mailjet API v3
  • Handle custom Mailjet Headers
  • Unit Tests
  • Tests in Symfony Environment