We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f736a30 commit 49bfe23Copy full SHA for 49bfe23
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