-
Notifications
You must be signed in to change notification settings - Fork 0
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
Option to add reply-to address #51
Comments
Makes sense! While this is not available, we would encourage you to build your own workflow, but it would be super nice to have this built-in out of the box. |
Even if this isn't shipped out of the box, the built-in That way, creating your own workflow would be a lot easier, especially if you just want to add a single setting: just inherit the built-in workflow type and override the correct method to apply it... |
Looks like this option is now added (and tracked in a duplicate issue: #357): The label could be updated to 'Reply-to email', as it currently looks like it's using the property name (in PascalCase). |
Hi, It looks like this isn't available in v7 of Forms. Is there any chance it could be backported please? |
Yes, a backport would be great frankly. Would save me a lot of work. |
With the Umbraco Forms 8.7 RC I think that this should be taken into consideration, since you are also adding options for CC and BCC addresses in workflow emails. |
On the standard workflows "Send email" and "Send email with template (Razor)" it would be nice if a Reply-to field was added. Currently we have some clients that uses magic strings in the sender field, to set the email from the person who fills out the form.
When doing that, the email often gets caught in a SPAM filter since the SMTP server isn't added to the SPF.
I was thinking something like this: https://i.imgur.com/fijvViN.jpg
The text was updated successfully, but these errors were encountered: