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

Option to add reply-to address #51

Closed
mastrup opened this issue Nov 28, 2018 · 7 comments
Closed

Option to add reply-to address #51

mastrup opened this issue Nov 28, 2018 · 7 comments

Comments

@mastrup
Copy link

mastrup commented Nov 28, 2018

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

@nul800sebastiaan
Copy link
Member

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.

@ronaldbarendse
Copy link

Even if this isn't shipped out of the box, the built-in SendEmail and SendRazorEmail workflow types could be opened up by adding some virtual methods for building the HTML, setting the MailMessage properties and sending it (using SmtpClient).

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...

@ronaldbarendse
Copy link

Looks like this option is now added (and tracked in a duplicate issue: #357):

Send template mail

The label could be updated to 'Reply-to email', as it currently looks like it's using the property name (in PascalCase).

@richarth
Copy link

Hi,

It looks like this isn't available in v7 of Forms. Is there any chance it could be backported please?

@xrasod
Copy link

xrasod commented Jan 8, 2021

Yes, a backport would be great frankly. Would save me a lot of work.

@mastrup
Copy link
Author

mastrup commented Mar 31, 2021

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.

@AndyButland
Copy link

Hi @mastrup - I believe this is already available (see the comment from ronaldbarendse above).

Here's what I see in 8.7:

image

Looks like this issue is actually a duplicate of #357, which has been closed, so think this one can be too.

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

6 participants