Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add note on what to do in case of SMTPRecipientsRefused #558

Merged
merged 4 commits into from Dec 19, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 5 additions & 2 deletions documentation/configuration.rst
Expand Up @@ -122,7 +122,7 @@ FLEXMEASURES_MENU_LOGO_PATH
A URL path to identify an image being used as logo in the upper left corner (replacing some generic text made from platform name and the page title).
The path can be a complete URL or a relative from the app root.

Default: ""
Default: ``""``


.. _extra-css-config:
Expand All @@ -135,7 +135,7 @@ The path can be a complete URL or a relative from the app root.

.. note:: You can also add extra styles for plugins with the usual Blueprint method. That is more elegant but only applies to the Blueprint's views.

Default: ""
Default: ``""``


FLEXMEASURES_ROOT_VIEW
Expand Down Expand Up @@ -440,6 +440,9 @@ MAIL_DEFAULT_SENDER (*)

Tuple of shown name of sender and their email address.

.. note:: Some recipient mail servers will refuse emails for which the shown email address (set under ``MAIL_DEFAULT_SENDER``) differs from the sender's real email address (registered to ``MAIL_USERNAME``).
Match them to avoid ``SMTPRecipientsRefused`` errors.

Default:

.. code-block:: python
Expand Down