diff --git a/12/umbraco-forms/editor/attaching-workflows/workflow-types.md b/12/umbraco-forms/editor/attaching-workflows/workflow-types.md index fa9e994f1c8..32cb141dae3 100644 --- a/12/umbraco-forms/editor/attaching-workflows/workflow-types.md +++ b/12/umbraco-forms/editor/attaching-workflows/workflow-types.md @@ -87,6 +87,12 @@ 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 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. 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. diff --git a/13/umbraco-forms/editor/attaching-workflows/workflow-types.md b/13/umbraco-forms/editor/attaching-workflows/workflow-types.md index fa9e994f1c8..32cb141dae3 100644 --- a/13/umbraco-forms/editor/attaching-workflows/workflow-types.md +++ b/13/umbraco-forms/editor/attaching-workflows/workflow-types.md @@ -87,6 +87,12 @@ 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 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. 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. diff --git a/14/umbraco-forms/editor/attaching-workflows/workflow-types.md b/14/umbraco-forms/editor/attaching-workflows/workflow-types.md index 03ff025ac32..4142596f260 100644 --- a/14/umbraco-forms/editor/attaching-workflows/workflow-types.md +++ b/14/umbraco-forms/editor/attaching-workflows/workflow-types.md @@ -87,6 +87,12 @@ 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 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. 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. diff --git a/15/umbraco-forms/editor/attaching-workflows/workflow-types.md b/15/umbraco-forms/editor/attaching-workflows/workflow-types.md index 03ff025ac32..4142596f260 100644 --- a/15/umbraco-forms/editor/attaching-workflows/workflow-types.md +++ b/15/umbraco-forms/editor/attaching-workflows/workflow-types.md @@ -87,6 +87,12 @@ 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 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. 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.