File tree 3 files changed +18
-1
lines changed
3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ based on `Composer`_.
127
127
128
128
Composer is the dependency manager used by modern PHP applications and it can
129
129
also be used to create new applications based on the Symfony Framework. If you
130
- don't have installed it globally, start by reading the next section.
130
+ don't have it installed globally, start by reading the next section.
131
131
132
132
Installing Composer Globally
133
133
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -223,6 +223,13 @@ verbosity levels::
223
223
// ...
224
224
}
225
225
226
+ .. note ::
227
+
228
+ These semantic methods are defined in the ``OutputInterface `` starting from
229
+ Symfony 3.0. In previous Symfony versions they are defined in the different
230
+ implementations of the interface (e.g. :class: `Symfony\\ Component\\ Console\\ Output\\ Output `)
231
+ in order to keep backwards compatibility.
232
+
226
233
When the quiet level is used, all output is suppressed as the default
227
234
:method: `Symfony\\ Component\\ Console\\ Output\\ Output::write ` method returns
228
235
without actually printing.
Original file line number Diff line number Diff line change @@ -75,3 +75,13 @@ You're done!
75
75
76
76
The ``gmail `` transport is simply a shortcut that uses the ``smtp `` transport
77
77
and sets ``encryption ``, ``auth_mode `` and ``host `` to work with Gmail.
78
+
79
+ .. note ::
80
+
81
+ Depending on your Gmail account settings, you may get authentication errors
82
+ within your app. If your Gmail account uses 2-Step-Verification, you should
83
+ `generate an App password `_ to use for your ``mailer_password `` parameter.
84
+ You should also ensure that you `allow less secure apps to access your Gmail account `_.
85
+
86
+ .. _`generate an App password` : https://support.google.com/accounts/answer/185833
87
+ .. _`allow less secure apps to access your Gmail account` : https://support.google.com/accounts/answer/6010255
You can’t perform that action at this time.
0 commit comments