Skip to content
Snippets Groups Projects
Commit 326d8e77 authored by Dietger's avatar Dietger Committed by Brady
Browse files

Issue #3182212 by Dietger: Sendgrid reply to param different than one checking now

parent 0ba8a400
Branches
Tags 8.x-1.5
3 merge requests!30Issue #2971991 by amykhailova, code-drupal: "Cc" Recipient not receiving email...,!25Issue #2979620 by Baik Ho: 400 Bad Request - Handle exception returned from...,!10Issue #2848810 by Perignon: Notice: Account for Reply-To being all lower case....
......@@ -40,5 +40,7 @@ function sendgrid_integration_mail($key, &$message, $params) {
}
if (isset($params['Reply-To']) && !empty($params['Reply-To'])) {
$message['headers']['Reply-To'] = $params['Reply-To'];
} else if (isset($params['reply_to']) && !empty($params['reply_to'])) {
$message['headers']['Reply-To'] = $params['reply_to'];
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment