Skip to content

Commit 6ac8222

Browse files
committed
changing mailer alias to Mailer component
1 parent ddbcd99 commit 6ac8222

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

symfony/mailer/4.3/manifest.json

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

symfony/mailer/4.3/post-install.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,4 @@
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-
1811
* <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc/master/mailer.html</>

symfony/swiftmailer-bundle/2.5/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@
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-
},
14-
"aliases": ["mailer", "mail"]
13+
}
1514
}

0 commit comments

Comments
 (0)