Skip to content

Commit 6842d39

Browse files
committed
Revert "Merge pull request #596"
This reverts commit 4e3142d, reversing changes made to ddbcd99.
1 parent 4e3142d commit 6842d39

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

symfony/mailer/4.3/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,5 @@
44
},
55
"env": {
66
"#1": "MAILER_DSN=smtp://localhost"
7-
},
8-
"aliases": ["mailer", "mail"]
7+
}
98
}

symfony/mailer/4.3/post-install.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,11 @@
88
the corresponding bridge.
99
For instance, <info>composer require mailgun-mailer</> for Mailgun.
1010

11+
* If you want to send emails asynchronously:
12+
13+
1. Install the messenger component by running <info>composer require messenger</>;
14+
2. Add <info>'Symfony\Component\Mailer\Messenger\SendEmailMessage': amqp</> to the
15+
<info>config/packages/messenger.yaml</> file under <info>framework.messenger.routing</>
16+
and replace <info>amqp</> with your transport name of choice.
17+
1118
* <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc/master/mailer.html</>

symfony/swiftmailer-bundle/2.5/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
"#2": "For a generic SMTP server, use: \"smtp://localhost:25?encryption=&auth_mode=\"",
1111
"#3": "Delivery is disabled by default via \"null://localhost\"",
1212
"MAILER_URL": "null://localhost"
13-
}
13+
},
14+
"aliases": ["mailer", "mail"]
1415
}

0 commit comments

Comments
 (0)