Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da84597

Browse files
committed
bug #53574 [Mailer]  register the ResendTransportFactory (xabbuh)
This PR was merged into the 7.1 branch. Discussion ---------- [Mailer]  register the ResendTransportFactory | Q | A | ------------- | --- | Branch? | 7.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- 70c8649 register the ResendTransportFactory
2 parents 96ee1fd + 70c8649 commit da84597

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Component/Mailer/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)