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 f2dbd83 commit 9f599b0Copy full SHA for 9f599b0
Transport.php
@@ -42,14 +42,14 @@
42
class Transport
43
{
44
private const FACTORY_CLASSES = [
45
- SesTransportFactory::class,
46
GmailTransportFactory::class,
47
- MandrillTransportFactory::class,
48
MailgunTransportFactory::class,
+ MailjetTransportFactory::class,
+ MandrillTransportFactory::class,
49
PostmarkTransportFactory::class,
50
SendgridTransportFactory::class,
51
- MailjetTransportFactory::class,
52
SendinblueTransportFactory::class,
+ SesTransportFactory::class,
53
];
54
55
private $factories;
0 commit comments