From 5c3499ce7b22afe352ef06930ede196bad1d0ce3 Mon Sep 17 00:00:00 2001 From: Patryk Gruszka Date: Mon, 10 Feb 2025 09:59:49 +0100 Subject: [PATCH 1/3] 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 722fed25..a7604c86 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 e2811e553bf9559fd897df029d109e610204b0a9 Mon Sep 17 00:00:00 2001 From: Patryk Gruszka Date: Tue, 10 Jun 2025 10:38:27 +0200 Subject: [PATCH 2/3] 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 a7604c86..56560ced 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. From 33e705f35902735856e778216de457c17746a638 Mon Sep 17 00:00:00 2001 From: Ayu Adiati Date: Thu, 22 Jan 2026 12:49:17 +0100 Subject: [PATCH 3/3] address vale warnings --- 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 56560ced..82a11573 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. -* **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. +* **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.