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 d896b3a commit 1c74239Copy full SHA for 1c74239
src/Symfony/Component/Mailer/Exception/UnsupportedSchemeException.php
@@ -76,6 +76,10 @@ class UnsupportedSchemeException extends LogicException
76
'class' => Bridge\Mailtrap\Transport\MailtrapTransportFactory::class,
77
'package' => 'symfony/mailtrap-mailer',
78
],
79
+ 'microsoftgraph' => [
80
+ 'class' => Bridge\MicrosoftGraph\Transport\MicrosoftGraphTransportFactory::class,
81
+ 'package' => 'symfony/microsoft-graph-mailer',
82
+ ],
83
'resend' => [
84
'class' => Bridge\Resend\Transport\ResendTransportFactory::class,
85
'package' => 'symfony/resend-mailer',
0 commit comments