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 2087438 commit 19db429Copy full SHA for 19db429
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\Azure\Transport\AzureTransportFactory;
18
use Symfony\Component\Mailer\Bridge\Brevo\Transport\BrevoTransportFactory;
19
use Symfony\Component\Mailer\Bridge\Google\Transport\GmailTransportFactory;
20
use Symfony\Component\Mailer\Bridge\Infobip\Transport\InfobipTransportFactory;
@@ -45,6 +46,7 @@
45
46
final class Transport
47
{
48
private const FACTORY_CLASSES = [
49
+ AzureTransportFactory::class,
50
BrevoTransportFactory::class,
51
GmailTransportFactory::class,
52
InfobipTransportFactory::class,
0 commit comments