Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6a21ba9

Browse files
cailliouxZales0123
authored andcommitted
Fix steps formatting
1 parent 7884d17 commit 6a21ba9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/cookbook/emails/mailer.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ In Sylius emails are configured the Symfony way, so you can get inspired by the
88

99
Basically 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

2020
Emails delivery is disable for `test`, `dev` and `stage` environments by default. The `prod` environment has delivery turned
2121
on by default, so there is nothing to worry about if you did not change anything about it.

0 commit comments

Comments
 (0)