Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Update gmail.rst#5085
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Update gmail.rst#5085
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -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. | ||
Member There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. There is no need for this line break. Can you also please wrap lines after the first word that crosses the 72nd character instead? | ||
| 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 | ||