From 9101f41f38008ebd39345145dbcabda58d929df3 Mon Sep 17 00:00:00 2001 From: Beka Kalandadze Date: Fri, 20 Sep 2024 17:15:06 +0400 Subject: [PATCH 1/8] Update workflow-types.md --- .../editor/attaching-workflows/workflow-types.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/12/umbraco-forms/editor/attaching-workflows/workflow-types.md b/12/umbraco-forms/editor/attaching-workflows/workflow-types.md index fa9e994f1c8..51d2b08a99d 100644 --- a/12/umbraco-forms/editor/attaching-workflows/workflow-types.md +++ b/12/umbraco-forms/editor/attaching-workflows/workflow-types.md @@ -87,6 +87,11 @@ Sends the result of the Form to the specified email address. The following confi * Reply To Email * Subject of the email (required) +For fields that accept multiple email addresses (Recipient Email, CC Email, BCC Email), you can separate addresses using either semicolons (';') or commas (','). For example: +
+person@umbraco.dk; person@umbraco.com, person@umbraco.de
+
+ If the _Sender Email_ field is not populated, the address used will be read from CMS configuration. The [Content Settings](https://docs.umbraco.com/umbraco-cms/reference/configuration/contentsettings) value configured at `Umbraco:CMS:Content:Notifications:Email` will be used if provided. From d8a1ccef0163139c0f9d69def7e645accab65b5d Mon Sep 17 00:00:00 2001 From: Beka Kalandadze Date: Fri, 20 Sep 2024 17:15:11 +0400 Subject: [PATCH 2/8] Update workflow-types.md --- .../editor/attaching-workflows/workflow-types.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/13/umbraco-forms/editor/attaching-workflows/workflow-types.md b/13/umbraco-forms/editor/attaching-workflows/workflow-types.md index fa9e994f1c8..51d2b08a99d 100644 --- a/13/umbraco-forms/editor/attaching-workflows/workflow-types.md +++ b/13/umbraco-forms/editor/attaching-workflows/workflow-types.md @@ -87,6 +87,11 @@ Sends the result of the Form to the specified email address. The following confi * Reply To Email * Subject of the email (required) +For fields that accept multiple email addresses (Recipient Email, CC Email, BCC Email), you can separate addresses using either semicolons (';') or commas (','). For example: +
+person@umbraco.dk; person@umbraco.com, person@umbraco.de
+
+ If the _Sender Email_ field is not populated, the address used will be read from CMS configuration. The [Content Settings](https://docs.umbraco.com/umbraco-cms/reference/configuration/contentsettings) value configured at `Umbraco:CMS:Content:Notifications:Email` will be used if provided. From a3dfbcfcb3b953fd18e491a5153bd59b3ac5d1ea Mon Sep 17 00:00:00 2001 From: Beka Kalandadze Date: Fri, 20 Sep 2024 17:15:15 +0400 Subject: [PATCH 3/8] Update workflow-types.md --- .../editor/attaching-workflows/workflow-types.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/14/umbraco-forms/editor/attaching-workflows/workflow-types.md b/14/umbraco-forms/editor/attaching-workflows/workflow-types.md index 03ff025ac32..d7fac38f696 100644 --- a/14/umbraco-forms/editor/attaching-workflows/workflow-types.md +++ b/14/umbraco-forms/editor/attaching-workflows/workflow-types.md @@ -87,6 +87,11 @@ Sends the result of the Form to the specified email address. The following confi * Reply To Email * Subject of the email (required) +For fields that accept multiple email addresses (Recipient Email, CC Email, BCC Email), you can separate addresses using either semicolons (';') or commas (','). For example: +
+person@umbraco.dk; person@umbraco.com, person@umbraco.de
+
+ If the _Sender Email_ field is not populated, the address used will be read from CMS configuration. The [Content Settings](https://docs.umbraco.com/umbraco-cms/reference/configuration/contentsettings) value configured at `Umbraco:CMS:Content:Notifications:Email` will be used if provided. From af44b42a9870647eae016f62e68671753a484ef0 Mon Sep 17 00:00:00 2001 From: Beka Kalandadze Date: Fri, 20 Sep 2024 17:15:19 +0400 Subject: [PATCH 4/8] Update workflow-types.md --- .../editor/attaching-workflows/workflow-types.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/15/umbraco-forms/editor/attaching-workflows/workflow-types.md b/15/umbraco-forms/editor/attaching-workflows/workflow-types.md index 03ff025ac32..d7fac38f696 100644 --- a/15/umbraco-forms/editor/attaching-workflows/workflow-types.md +++ b/15/umbraco-forms/editor/attaching-workflows/workflow-types.md @@ -87,6 +87,11 @@ Sends the result of the Form to the specified email address. The following confi * Reply To Email * Subject of the email (required) +For fields that accept multiple email addresses (Recipient Email, CC Email, BCC Email), you can separate addresses using either semicolons (';') or commas (','). For example: +
+person@umbraco.dk; person@umbraco.com, person@umbraco.de
+
+ If the _Sender Email_ field is not populated, the address used will be read from CMS configuration. The [Content Settings](https://docs.umbraco.com/umbraco-cms/reference/configuration/contentsettings) value configured at `Umbraco:CMS:Content:Notifications:Email` will be used if provided. From 9d6b160e0cf273c119775c90fdc6c8eed793b118 Mon Sep 17 00:00:00 2001 From: sofietoft Date: Mon, 23 Sep 2024 20:45:55 +0200 Subject: [PATCH 5/8] Fix code formatting --- .../editor/attaching-workflows/workflow-types.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/12/umbraco-forms/editor/attaching-workflows/workflow-types.md b/12/umbraco-forms/editor/attaching-workflows/workflow-types.md index 51d2b08a99d..32cb141dae3 100644 --- a/12/umbraco-forms/editor/attaching-workflows/workflow-types.md +++ b/12/umbraco-forms/editor/attaching-workflows/workflow-types.md @@ -87,10 +87,11 @@ Sends the result of the Form to the specified email address. The following confi * Reply To Email * Subject of the email (required) -For fields that accept multiple email addresses (Recipient Email, CC Email, BCC Email), you can separate addresses using either semicolons (';') or commas (','). For example: -
-person@umbraco.dk; person@umbraco.com, person@umbraco.de
-
+For fields that accept multiple email addresses (Recipient Email, CC Email, BCC Email), you can separate addresses using semicolons (';') or commas (','). For example: + +```none +person@umbraco.dk; person@umbraco.com, person@umbraco.de +``` If the _Sender Email_ field is not populated, the address used will be read from CMS configuration. From db68acf50ec45d260febfa25ea8d0b0c9ec961df Mon Sep 17 00:00:00 2001 From: sofietoft Date: Mon, 23 Sep 2024 20:46:14 +0200 Subject: [PATCH 6/8] Fix code formatting --- .../editor/attaching-workflows/workflow-types.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/13/umbraco-forms/editor/attaching-workflows/workflow-types.md b/13/umbraco-forms/editor/attaching-workflows/workflow-types.md index 51d2b08a99d..32cb141dae3 100644 --- a/13/umbraco-forms/editor/attaching-workflows/workflow-types.md +++ b/13/umbraco-forms/editor/attaching-workflows/workflow-types.md @@ -87,10 +87,11 @@ Sends the result of the Form to the specified email address. The following confi * Reply To Email * Subject of the email (required) -For fields that accept multiple email addresses (Recipient Email, CC Email, BCC Email), you can separate addresses using either semicolons (';') or commas (','). For example: -
-person@umbraco.dk; person@umbraco.com, person@umbraco.de
-
+For fields that accept multiple email addresses (Recipient Email, CC Email, BCC Email), you can separate addresses using semicolons (';') or commas (','). For example: + +```none +person@umbraco.dk; person@umbraco.com, person@umbraco.de +``` If the _Sender Email_ field is not populated, the address used will be read from CMS configuration. From 077501f0f6e921ec5e85613b6dae05761af36b63 Mon Sep 17 00:00:00 2001 From: sofietoft Date: Mon, 23 Sep 2024 20:46:35 +0200 Subject: [PATCH 7/8] Fix code formatting --- .../editor/attaching-workflows/workflow-types.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/14/umbraco-forms/editor/attaching-workflows/workflow-types.md b/14/umbraco-forms/editor/attaching-workflows/workflow-types.md index d7fac38f696..4142596f260 100644 --- a/14/umbraco-forms/editor/attaching-workflows/workflow-types.md +++ b/14/umbraco-forms/editor/attaching-workflows/workflow-types.md @@ -87,10 +87,11 @@ Sends the result of the Form to the specified email address. The following confi * Reply To Email * Subject of the email (required) -For fields that accept multiple email addresses (Recipient Email, CC Email, BCC Email), you can separate addresses using either semicolons (';') or commas (','). For example: -
-person@umbraco.dk; person@umbraco.com, person@umbraco.de
-
+For fields that accept multiple email addresses (Recipient Email, CC Email, BCC Email), you can separate addresses using semicolons (';') or commas (','). For example: + +```none +person@umbraco.dk; person@umbraco.com, person@umbraco.de +``` If the _Sender Email_ field is not populated, the address used will be read from CMS configuration. From a75eb9d838edd436ae714aaa2f02a9e17113760d Mon Sep 17 00:00:00 2001 From: sofietoft Date: Mon, 23 Sep 2024 20:46:54 +0200 Subject: [PATCH 8/8] Fix code formatting --- .../editor/attaching-workflows/workflow-types.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/15/umbraco-forms/editor/attaching-workflows/workflow-types.md b/15/umbraco-forms/editor/attaching-workflows/workflow-types.md index d7fac38f696..4142596f260 100644 --- a/15/umbraco-forms/editor/attaching-workflows/workflow-types.md +++ b/15/umbraco-forms/editor/attaching-workflows/workflow-types.md @@ -87,10 +87,11 @@ Sends the result of the Form to the specified email address. The following confi * Reply To Email * Subject of the email (required) -For fields that accept multiple email addresses (Recipient Email, CC Email, BCC Email), you can separate addresses using either semicolons (';') or commas (','). For example: -
-person@umbraco.dk; person@umbraco.com, person@umbraco.de
-
+For fields that accept multiple email addresses (Recipient Email, CC Email, BCC Email), you can separate addresses using semicolons (';') or commas (','). For example: + +```none +person@umbraco.dk; person@umbraco.com, person@umbraco.de +``` If the _Sender Email_ field is not populated, the address used will be read from CMS configuration.