Skip to content

Commit

Permalink
Merge branch 'master' into amyblais-patch-20
Browse files Browse the repository at this point in the history
  • Loading branch information
amyblais authored Jan 7, 2025
2 parents 04757a3 + dd7bcae commit 1f29cf6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 6 additions & 1 deletion source/configure/smtp-email.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <unknown[IP-ADDRESS]>: 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 <[email protected]>``, 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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand All @@ -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 <https://forum.mattermost.com/c/trouble-shoot/16>`_ for previously reported errors, or `join the Mattermost user community for troubleshooting help <https://mattermost.com/community/>`_.
- For further assistance, review the `Troubleshooting forum <https://forum.mattermost.com/c/trouble-shoot/16>`_ for previously reported errors, or `join the Mattermost user community for troubleshooting help <https://mattermost.com/community/>`_.
2 changes: 1 addition & 1 deletion source/manage/cloud-data-export.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::

Expand Down

0 comments on commit 1f29cf6

Please sign in to comment.