File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,14 +8,14 @@ In Sylius emails are configured the Symfony way, so you can get inspired by the
88
99Basically to start sending emails via a mailing service you will need to:
1010
11- ** 1. Create an account on a mailing service. **
12- ** 2. In the your `.env` file **modify variable ** ``MAILER_URL ``
11+ 1. ** Create an account on a mailing service. **
12+ 2. ** In the your ** `.env ` file **modify variable ** ``MAILER_URL ``
1313
1414.. code-block :: text
1515
1616 MAILER_URL=gmail://username:password@localhost
1717
18- ** 3. **Remember not to have the ** `disable_delivery: true ` **parameter in the ** `app/config/config_prod.yml ` for your production environment.
18+ 3. **Remember not to have the ** `disable_delivery: true ` **parameter in the ** `app/config/config_prod.yml ` for your production environment.
1919
2020Emails delivery is disable for `test `, `dev ` and `stage ` environments by default. The `prod ` environment has delivery turned
2121on by default, so there is nothing to worry about if you did not change anything about it.
You can’t perform that action at this time.
0 commit comments