Skip to content

Commit

Permalink
Revert "Merge pull request #596"
Browse files Browse the repository at this point in the history
This reverts commit 4e3142d, reversing
changes made to ddbcd99.
  • Loading branch information
fabpot committed May 31, 2019
1 parent 4e3142d commit 6842d39
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 1 addition & 2 deletions symfony/mailer/4.3/manifest.json
Expand Up @@ -4,6 +4,5 @@
},
"env": {
"#1": "MAILER_DSN=smtp://localhost"
},
"aliases": ["mailer", "mail"]
}
}
7 changes: 7 additions & 0 deletions symfony/mailer/4.3/post-install.txt
Expand Up @@ -8,4 +8,11 @@
the corresponding bridge.
For instance, <info>composer require mailgun-mailer</> for Mailgun.

* If you want to send emails asynchronously:

1. Install the messenger component by running <info>composer require messenger</>;
2. Add <info>'Symfony\Component\Mailer\Messenger\SendEmailMessage': amqp</> to the
<info>config/packages/messenger.yaml</> file under <info>framework.messenger.routing</>
and replace <info>amqp</> with your transport name of choice.

* <fg=blue>Read</> the documentation at <comment>https://symfony.com/doc/master/mailer.html</>
3 changes: 2 additions & 1 deletion symfony/swiftmailer-bundle/2.5/manifest.json
Expand Up @@ -10,5 +10,6 @@
"#2": "For a generic SMTP server, use: \"smtp://localhost:25?encryption=&auth_mode=\"",
"#3": "Delivery is disabled by default via \"null://localhost\"",
"MAILER_URL": "null://localhost"
}
},
"aliases": ["mailer", "mail"]
}

0 comments on commit 6842d39

Please sign in to comment.