We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82466d3 commit 2ad0538Copy full SHA for 2ad0538
Transport.php
@@ -14,6 +14,7 @@
14
use Psr\EventDispatcher\EventDispatcherInterface;
15
use Psr\Log\LoggerInterface;
16
use Symfony\Component\Mailer\Bridge\Amazon\Transport\SesTransportFactory;
17
+use Symfony\Component\Mailer\Bridge\Brevo\Transport\BrevoTransportFactory;
18
use Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory;
19
use Symfony\Component\Mailer\Bridge\Infobip\Transport\InfobipTransportFactory;
20
use Symfony\Component\Mailer\Bridge\Mailchimp\Transport\MandrillTransportFactory;
@@ -45,6 +46,7 @@
45
46
final class Transport
47
{
48
private const FACTORY_CLASSES = [
49
+ BrevoTransportFactory::class,
50
GmailTransportFactory::class,
51
InfobipTransportFactory::class,
52
MailerSendTransportFactory::class,
0 commit comments