From 9babe599d1336fc1e22a8c6dd7eb371fb6698bc8 Mon Sep 17 00:00:00 2001 From: Patryk Gruszka Date: Mon, 10 Feb 2025 09:59:49 +0100 Subject: [PATCH 1/2] fix: [DPMMA-3031] email address length limit --- docs/configuration/settings.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration/settings.rst b/docs/configuration/settings.rst index d4b62162..998c7da1 100644 --- a/docs/configuration/settings.rst +++ b/docs/configuration/settings.rst @@ -321,6 +321,8 @@ Mail send settings * **Custom return path (bounce) address** - Set a custom return path/bounce Email address for Emails sent from the system. Note that some mail transports, such as GMail, won't support this. +* **E-mail address length limit** - This setting determines the maximum allowed length for email addresses, including the display name. The default value is 320 characters. If an email address (including the display name) exceeds this limit, Mautic will use only the email address without the display name when sending emails. This helps prevent errors with email servers that have strict length restrictions. You can adjust this value if you need to accommodate longer email addresses or if you want to set a more restrictive limit. + * **Mailer is owner** - If Contacts in Mautic have owners, select Yes to use the Contact owner as the sender of Emails to any Contacts they're listed as the owner for. .. note:: From 9163834c15ac36785a80f6e89ad9188d12fa617e Mon Sep 17 00:00:00 2001 From: Patryk Gruszka Date: Tue, 10 Jun 2025 10:38:27 +0200 Subject: [PATCH 2/2] Update docs/configuration/settings.rst Co-authored-by: Ruth Cheesley --- docs/configuration/settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/settings.rst b/docs/configuration/settings.rst index 998c7da1..b56df223 100644 --- a/docs/configuration/settings.rst +++ b/docs/configuration/settings.rst @@ -321,7 +321,7 @@ Mail send settings * **Custom return path (bounce) address** - Set a custom return path/bounce Email address for Emails sent from the system. Note that some mail transports, such as GMail, won't support this. -* **E-mail address length limit** - This setting determines the maximum allowed length for email addresses, including the display name. The default value is 320 characters. If an email address (including the display name) exceeds this limit, Mautic will use only the email address without the display name when sending emails. This helps prevent errors with email servers that have strict length restrictions. You can adjust this value if you need to accommodate longer email addresses or if you want to set a more restrictive limit. +* **Email address length limit** - This setting determines the maximum allowed length for email addresses, including the display name. The default value is 320 characters. If an email address - including the display name - exceeds this limit, Mautic uses only the email address without the display name when sending emails. This helps prevent errors with email servers that have strict length restrictions. You can adjust this value if you need to accommodate longer email addresses or if you want to set a more restrictive limit. * **Mailer is owner** - If Contacts in Mautic have owners, select Yes to use the Contact owner as the sender of Emails to any Contacts they're listed as the owner for.