8000 bug #53575 [Mailer] register the MailPaceTransportFactory (xabbuh) · bartrail/symfony@f845c6e · GitHub
[go: up one dir, main page]

Skip to content

Commit f845c6e

Browse files
committed
bug symfony#53575 [Mailer] register the MailPaceTransportFactory (xabbuh)
This PR was merged into the 6.3 branch. Discussion ---------- [Mailer] register the MailPaceTransportFactory | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- fe9b9d7 register the MailPaceTransportFactory
2 parents 8cfdbec + fe9b9d7 commit f845c6e

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
@@ -20,6 +20,7 @@
2020
use Symfony\Component\Mailer\Bridge\MailerSend\Transport\MailerSendTransportFactory;
2121
use Symfony\Component\Mailer\Bridge\Mailgun\Transport\MailgunTransportFactory;
2222
use Symfony\Component\Mailer\Bridge\Mailjet\Transport\MailjetTransportFactory;
23+
use Symfony\Component\Mailer\Bridge\MailPace\Transport\MailPaceTransportFactory;
2324
use Symfony\Component\Mailer\Bridge\OhMySmtp\Transport\OhMySmtpTransportFactory;
2425
use Symfony\Component\Mailer\Bridge\Postmark\Transport\PostmarkTransportFactory;
2526
use Symfony\Component\Mailer\Bridge\Sendgrid\Transport\SendgridTransportFactory;
@@ -50,6 +51,7 @@ final class Transport
5051
MailerSendTransportFactory::class,
5152
MailgunTransportFactory::class,
5253
MailjetTransportFactory::class,
54+
MailPaceTransportFactory::class,
5355
MandrillTransportFactory::class,
5456
OhMySmtpTransportFactory::class,
5557
PostmarkTransportFactory::class,

0 commit comments

Comments
 (0)
0