I am facing the issue described here.
In short: in my from email I want to put the name and emailaddress filled in in the form. Unfortunately gmail marks these emails as spam. A solution was offered with the webform reply to module, but hat hasn't been ported to D8.
In this comment Knalstaaf asks if this functioniality shouldn't be integrated in the webform module. I tend to agree.
This is another thread about this issue: https://www.drupal.org/node/1462192.
Please consider adding this.
| Comment | File | Size | Author |
|---|---|---|---|
| #14 | add_reply_to_and-2859528-14.patch | 91.88 KB | jrockowitz |
| #8 | add_reply_to_and-2859528-8.patch | 90.01 KB | jrockowitz |
Comments
Comment #2
jrockowitz commentedIt is worth noting that the Reply-to for webform email is not the site's email addresses but the from address.
@see http://cgit.drupalcode.org/webform/tree/webform.module#n256
I am open to implementing this feature.
Comment #3
jrockowitz commentedI read this narration and it confirms exactly why I chose to use the 'from' email as the 'reply-to' for all emails generated by the Webform 8.x-5.x module. Does the 'reply-to' email address really need to be customizable?
Comment #4
jrockowitz commentedI have thought about this feature and decide it should be implemented. The reply-to and return-to should be fully customizable for all webforms globally and an individual webform.
Since Webform 8.x-5.x is still in beta, I can just setup the basic functionality which can be tweaked if needed.
Comment #5
jrockowitz commentedComment #8
jrockowitz commentedComment #11
BartNijs commentedThank you for your reply.
I think many people will be happy with this feature.
Comment #14
jrockowitz commentedThe attached patch makes the 'reply-to' and 'return-path' fully customizable, while defaulting them to the 'from mail' if left blank.
Before this patch, the 'from mail' was always being used as the 'reply-to', which might cause email to be marked as spam if not originating from the same server. Personally, I find Drupal's default behavior, that an email's 'from' and 'reply-to' could be different, very confusing.
I am probably going to commit this patch since it does allow users to customize the reply-to and return-path and we can handle the spam protection behavior in a new ticket.
Comment #16
jrockowitz commentedI committed that patch. Please download the latest dev release to review.
@see #2861898: How should Webform 8.x-5.x handle an email's 'reply-to' header?