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
3 changes: 3 additions & 0 deletions source/administration-guide/configure/smtp-email.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ Any SMTP email service can be used. You need a copy of the following information

If deploying Mattermost using :doc:`Docker </deployment-guide/server/deploy-containers>`, the standard docker ``172.16.0.0/12`` IP range isn't used. Specify the IP range ``192.168.0.0/24`` to the email service to avoid relay access errors. If using postfix, under ``/etc/postfix/main.cf``, specify ``mynetworks = 192.168.0.0/24``. This may vary depending on how Mattermost is deployed. Ensure that **Port 25** is open if a firewall is present.

.. warning::
`Outlook365 no longer supports Basic Auth <https://support.microsoft.com/en-us/office/pop-imap-and-smtp-settings-for-outlook-com-d088b986-291d-42b8-9564-9c414e2aa040>`__ which is required by Mattermost. We recommend using an alternate Email service like AWS SES (Simple Email Service).

Configure SMTP settings
------------------------

Expand Down