Files
symfony-flex-recipes/symfony/mailer/4.3/post-install.txt
T
Fabien Potencier 6842d39fdd Revert "Merge pull request #596"
This reverts commit 4e3142d313, reversing
changes made to ddbcd99fc3.
2019-05-31 08:11:55 +02:00

19 lines
801 B
Plaintext

<bg=blue;fg=white> </>
<bg=blue;fg=white> What's next? </>
<bg=blue;fg=white> </>
* You're ready to send emails.
* If you want to send emails via a supported email provider, install
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</>