Skip to content

Commit d074e62

Browse files
committed
register the ResendTransportFactory
1 parent 2f4ca90 commit d074e62

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
@@ -23,6 +23,7 @@
2323
use Symfony\Component\Mailer\Bridge\Mailgun\Transport\MailgunTransportFactory;
2424
use Symfony\Component\Mailer\Bridge\Mailjet\Transport\MailjetTransportFactory;
2525
use Symfony\Component\Mailer\Bridge\Postmark\Transport\PostmarkTransportFactory;
26+
use Symfony\Component\Mailer\Bridge\Resend\Transport\ResendTransportFactory;
2627
use Symfony\Component\Mailer\Bridge\Scaleway\Transport\ScalewayTransportFactory;
2728
use Symfony\Component\Mailer\Bridge\Sendgrid\Transport\SendgridTransportFactory;
2829
use Symfony\Component\Mailer\Exception\InvalidArgumentException;
@@ -55,6 +56,7 @@ final class Transport
5556
MailjetTransportFactory::class,
5657
MandrillTransportFactory::class,
5758
PostmarkTransportFactory::class,
59+
ResendTransportFactory::class,
5860
ScalewayTransportFactory::class,
5961
SendgridTransportFactory::class,
6062
SesTransportFactory::class,

0 commit comments

Comments
 (0)