You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for Azure Email Communication Services.
Mailer.php::getTransportFactory() does not include AzureTransportFactory::class and this causes the azure+api dsn to fail. AzureTransportFactory::class is already present in the symfony/mailer package's Transport::getDefaultFactories() list since 7.1.
0 commit comments