Skip to content
Snippets Groups Projects
Commit 1fd4e52e authored by simon's avatar simon
Browse files

fix: hook_mail_alter

parent e4c9edd6
Branches
Tags v1.0.17-rc1
No related merge requests found
......@@ -44,6 +44,6 @@ function col($chr) {
/**
* Implements hook_mail_alter().
*/
function dsr_civicrm _mail_alter(&$message) {
$message['headers']['x-DAR'] = 'true';
function dsr_mail_alter(&$message) {
$message['headers']['X-DAR'] = '1';
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment