We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac68ad6 commit f736a30Copy full SHA for f736a30
cookbook/email/gmail.rst
@@ -55,15 +55,15 @@ You're done!
55
56
If you are using Symfony Standard Edition, configure the parameters at ``parameters.yml``:
57
58
- .. code-block:: yaml
59
-
60
- # app/config/parameters.yml
61
- parameters:
62
- ...
63
- mailer_transport: gmail
64
- mailer_host: ~
65
- mailer_user: your_gmail_username
66
- mailer_password: your_gmail_password
+.. code-block:: yaml
+
+ # app/config/parameters.yml
+ parameters:
+ ...
+ mailer_transport: gmail
+ mailer_host: ~
+ mailer_user: your_gmail_username
+ mailer_password: your_gmail_password
67
68
.. note::
69
0 commit comments