Skip to content

Feature: inject your own Mailjet\Client

Compare
Choose a tag to compare
@Nightbr Nightbr released this 20 Jun 11:42
· 23 commits to master since this release

You can now inject your own Mailjet\Client:

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