diff --git a/source/conf.py b/source/conf.py index 7dbed1cc27b..edda03b2624 100644 --- a/source/conf.py +++ b/source/conf.py @@ -3751,7 +3751,7 @@ def setup(_: Sphinx): # General information about the project. project = "Mattermost" -copyright = "2015-2024 Mattermost" +copyright = "2015-2025 Mattermost" author = "Mattermost" # The version info for the project you're documenting, acts as replacement for diff --git a/source/configure/smtp-email.rst b/source/configure/smtp-email.rst index 02262c42da2..ceee3356ef7 100644 --- a/source/configure/smtp-email.rst +++ b/source/configure/smtp-email.rst @@ -109,6 +109,11 @@ For example, if **System Console > Logs** displays the following error, search f Connection unsuccessful: Failed to add to email address - 554 5.7.1 : Client host rejected: Access denied +Checking your Notifications settings +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +If an SMTP connection test in the System Console for a self-hosted Mattermost deployment fails with the message ``Connection unsuccessful: Failed to set the to address: 550 5.7.27 ``, go to **System Console > Site Configuration > Notifications** to verify that notification settings are configured correctly, including **Notification Display Name**, **Notification From Address**, **Support Email Address**, and **Notification Reply-To Address**. Cloud administrators can't manage **Notification From Address** or **Notification Reply-To Address**. + Checking your SMTP server is reachable ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -134,4 +139,4 @@ Checking your SMTP server is reachable .. note:: - Telnet isn't included in official Mattermost Docker images, so you either need to use ``ping`` on those, or install Telnet yourself either directly or by modifying the Dockerfile. - - For further assistance, review the `Troubleshooting forum `_ for previously reported errors, or `join the Mattermost user community for troubleshooting help `_. \ No newline at end of file + - For further assistance, review the `Troubleshooting forum `_ for previously reported errors, or `join the Mattermost user community for troubleshooting help `_. diff --git a/source/manage/cloud-data-export.rst b/source/manage/cloud-data-export.rst index d706f5783ca..204f407b7f0 100644 --- a/source/manage/cloud-data-export.rst +++ b/source/manage/cloud-data-export.rst @@ -4,7 +4,7 @@ Mattermost workspace migration .. include:: ../_static/badges/allplans-cloud.rst :start-after: :nosearch: -This document outlines the process for migrating an existing Mattermost instance `from self-hosted to Cloud <#migrate-from-self-hosted-to-cloud>`, and `from Cloud to self-hosted <#migrate-from-cloud-to-self-hosted>`. +This document outlines the process for migrating an existing Mattermost instance `from self-hosted to Cloud <#migrate-from-self-hosted-to-cloud>`__, and `from Cloud to self-hosted <#migrate-from-cloud-to-self-hosted>`__. .. note::