From 667ba7e68d96b66826666e89a5b0ddb66fc0541e Mon Sep 17 00:00:00 2001 From: Varghese Jose <71702982+varghesejose2020@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:58:47 +0530 Subject: [PATCH 1/3] Update: footer Year in docs (#7675) Update footer Year in docs Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com> --- source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 1ed2195155cbf9b7239577ec60fea4afc52e5618 Mon Sep 17 00:00:00 2001 From: Antonin Delpeuch Date: Mon, 6 Jan 2025 16:31:17 +0100 Subject: [PATCH 2/3] Fix missing links due to RST markup issue (#7672) * Fix missing links due to RST markup issue * Update source/manage/cloud-data-export.rst --------- Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com> --- source/manage/cloud-data-export.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:: From dd7bcaebfed24effca3cd81a4159fd7d6f93d01d Mon Sep 17 00:00:00 2001 From: agardelein Date: Mon, 6 Jan 2025 16:44:11 +0100 Subject: [PATCH 3/3] Add SMTP troubleshoot case (#7678) * Add SMTP troubleshoot case Remind to check System Console > Notifications setting in case of SMTP issue "Failed to set the to address" * Update source/configure/smtp-email.rst * Clarify SMTP error case occurrence location * Update source/configure/smtp-email.rst --------- Co-authored-by: Carrie Warner (Mattermost) <74422101+cwarnermm@users.noreply.github.com> --- source/configure/smtp-email.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 `_.