Skip to content

Commit 19db429

Browse files
hafaelfabpot
authored andcommitted
[Mailer] Add Azure bridge
1 parent 2087438 commit 19db429

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Transport.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
use Psr\EventDispatcher\EventDispatcherInterface;
1515
use Psr\Log\LoggerInterface;
1616
use Symfony\Component\Mailer\Bridge\Amazon\Transport\SesTransportFactory;
17+
use Symfony\Component\Mailer\Bridge\Azure\Transport\AzureTransportFactory;
1718
use Symfony\Component\Mailer\Bridge\Brevo\Transport\BrevoTransportFactory;
1819
use Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory;
1920
use Symfony\Component\Mailer\Bridge\Infobip\Transport\InfobipTransportFactory;
@@ -45,6 +46,7 @@
4546
final class Transport
4647
{
4748
private const FACTORY_CLASSES = [
49+
AzureTransportFactory::class,
4850
BrevoTransportFactory::class,
4951
GmailTransportFactory::class,
5052
InfobipTransportFactory::class,

0 commit comments

Comments
 (0)