Skip to content

Commit

Permalink
feature #5430 Pr/5085 (sjagr, javiereguiluz)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.6 branch but it was merged into the 2.3 branch instead (closes #5430).

Discussion
----------

Pr/5085

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | all
| Fixed tickets | -

Commits
-------

bafbd87 Fixed some minor syntax issues.
eb16061 Reflect links correctly in gmail.rst
60703ba Revisions to the gmail.rst doc
0320b5e Update gmail.rst
  • Loading branch information
weaverryan committed Jul 15, 2015
2 parents f30540e + bafbd87 commit 8cec82b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions cookbook/email/gmail.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,13 @@ You're done!

The ``gmail`` transport is simply a shortcut that uses the ``smtp`` transport
and sets ``encryption``, ``auth_mode`` and ``host`` to work with Gmail.

.. note::

Depending on your Gmail account settings, you may get authentication errors
within your app. If your Gmail account uses 2-Step-Verification, you should
`generate an App password`_ to use for your ``mailer_password`` parameter.
You should also ensure that you `allow less secure apps to access your Gmail account`_.

.. _`generate an App password`: https://support.google.com/accounts/answer/185833
.. _`allow less secure apps to access your Gmail account`: https://support.google.com/accounts/answer/6010255

0 comments on commit 8cec82b

Please sign in to comment.