|
24 | 24 | use Symfony\Component\Mailer\Bridge\Mailjet\Transport\MailjetTransportFactory;
|
25 | 25 | use Symfony\Component\Mailer\Bridge\Mailomat\Transport\MailomatTransportFactory;
|
26 | 26 | use Symfony\Component\Mailer\Bridge\MailPace\Transport\MailPaceTransportFactory;
|
| 27 | +use Symfony\Component\Mailer\Bridge\Mailtrap\Transport\MailtrapTransportFactory; |
27 | 28 | use Symfony\Component\Mailer\Bridge\Postal\Transport\PostalTransportFactory;
|
28 | 29 | use Symfony\Component\Mailer\Bridge\Postmark\Transport\PostmarkTransportFactory;
|
29 | 30 | use Symfony\Component\Mailer\Bridge\Resend\Transport\ResendTransportFactory;
|
@@ -54,6 +55,7 @@ public static function setUpBeforeClass(): void
|
54 | 55 | MandrillTransportFactory::class => false,
|
55 | 56 | PostalTransportFactory::class => false,
|
56 | 57 | PostmarkTransportFactory::class => false,
|
| 58 | + MailtrapTransportFactory::class => false, |
57 | 59 | ResendTransportFactory::class => false,
|
58 | 60 | ScalewayTransportFactory::class => false,
|
59 | 61 | SendgridTransportFactory::class => false,
|
@@ -89,6 +91,7 @@ public static function messageWhereSchemeIsPartOfSchemeToPackageMapProvider(): \
|
89 | 91 | yield ['mandrill', 'symfony/mailchimp-mailer'];
|
90 | 92 | yield ['postal', 'symfony/postal-mailer'];
|
91 | 93 | yield ['postmark', 'symfony/postmark-mailer'];
|
| 94 | + yield ['mailtrap', 'symfony/mailtrap-mailer']; |
92 | 95 | yield ['resend', 'symfony/resend-mailer'];
|
93 | 96 | yield ['scaleway', 'symfony/scaleway-mailer'];
|
94 | 97 | yield ['sendgrid', 'symfony/sendgrid-mailer'];
|
|
0 commit comments