Closed (fixed)
Project:
SendGrid Integration
Version:
8.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
18 Nov 2018 at 13:49 UTC
Updated:
25 Jul 2019 at 18:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
averagejoe3000Sendgrid Integration is checking for case permutations of 'reply-to', but only checks for 'reply-to' and 'Reply-To'. Webform is setting the message header key as 'Reply-to', so Sendgrid Integration never sets the reply to on the email.
Instead of trying to check for possible case permutations of 'Reply-to' and then assigning it to a new array key, use the reply to key in the
setReplyTo.Comment #3
perignon commentedThis is such an annoying problem that has come up before. It is the game of whack-a-mole trying to accommodate for spelling permutations of email headers. Wish we had a standard across all Drupal.
Comment #4
averagejoe3000I've now used my patch for a few weeks on a production site, and have not run into any issues.
Comment #6
perignon commentedThanks for the patch. I pushed it into Dev. I got to backport this change to 7.x
Comment #7
perignon commented