Skip to content

Commit 760202f

Browse files
hafaelfabpot
authored andcommitted
[Mailer] Add Azure bridge
1 parent 71f790c commit 760202f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DependencyInjection/FrameworkExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2559,6 +2559,7 @@ private function registerMailerConfiguration(array $config, ContainerBuilder $co
25592559
}
25602560

25612561
$classToServices = [
2562+
MailerBridge\Azure\Transport\AzureTransportFactory::class => 'mailer.transport_factory.azure',
25622563
MailerBridge\Brevo\Transport\BrevoTransportFactory::class => 'mailer.transport_factory.brevo',
25632564
MailerBridge\Google\Transport\GmailTransportFactory::class => 'mailer.transport_factory.gmail',
25642565
MailerBridge\Infobip\Transport\InfobipTransportFactory::class => 'mailer.transport_factory.infobip',

0 commit comments

Comments
 (0)