Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions 12/umbraco-forms/editor/attaching-workflows/workflow-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 6 additions & 0 deletions 13/umbraco-forms/editor/attaching-workflows/workflow-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 6 additions & 0 deletions 14/umbraco-forms/editor/attaching-workflows/workflow-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
6 changes: 6 additions & 0 deletions 15/umbraco-forms/editor/attaching-workflows/workflow-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down