Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "CC" field to send email with template (razor) #457

Closed
Myster opened this issue Nov 24, 2020 · 2 comments
Closed

Add "CC" field to send email with template (razor) #457

Myster opened this issue Nov 24, 2020 · 2 comments

Comments

@Myster
Copy link

Myster commented Nov 24, 2020

Our use-case was that the client wishes to notify the selected store and CC the selected functional group the same feedback “eg email [email protected], and cc [email protected]” or “email [email protected], and cc [email protected]

Other email fields that should also be there: reply-to, BCC etc...
I think we should also be able to add multiple emails in those fields, perhaps like {field1},{field2},{field3} if these are blank it should not fail, even if after the template runs it ends up with one email followed by several commas and spaces.

we are using Umbraco Forms v6.0.2

@nul800sebastiaan
Copy link
Member

Thanks @Myster, in the latest version of Forms you could add multiple addresses in the receiver email field, not sure if that's also the case for v6.

For now the functionality you want can only be created by implementing a custom workflow.

@warrenbuckley
Copy link

This is fixed in PR https://github.com/umbraco/Forms/pull/436
and is due for 8.7.0 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants