Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion docs/source/basic_app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,16 @@ Make sure to properly configure Flask-Mail settings::
to learn how to change this default setting for your account.

See :doc:`quickstart_app` for an example without SMTP.


.. note::

If you do not want to use the 'Gmail less secure apps' mode, you can follow
these instructions to create an 'Application Password':

* `Sign in using App Passwords <https://support.google.com/accounts/answer/185833?hl=en>`_

Then you can create an App Password and use it in your App.
You must enable 2-Step Verification first.

Configure your browser
----------------------
Expand Down