umbraco / UmbracoDocs

The official Umbraco Documentation
https://docs.umbraco.com
MIT License
264 stars 757 forks source link

Multiple CC or BCC email addresses #6059

Open ava3a13 opened 2 months ago

ava3a13 commented 2 months ago

What type of issue is it? (Choose one - delete the others)

Missing documentation

What article/section is this about?

Workflow Types

Describe the issue

Neither workflow, nor core documentation deals with the question of the multiple CC (and/or BCC) email addresses. And having looked into the WorkflowEmailService it is clear that functionality is present, where addresses string passed into in ParseMailAddresses is being split by the ; or , characters and further emailSender class from the core handles the string[] . It took some digging into the forms code to check it out. I am not sure whether the docs should include this as an example, or whether it should be placed under core or forms, or both. Either way I can give a small PR in the workflow types section and you take it from there.

alina-tincas commented 2 months ago

Hi @ava3a13 thank you for bringing this to our attention 🙏

You are more than welcome to create a PR and then we can take it from there 💪 😊