Skip to content
Snippets Groups Projects
Unverified Commit 0899179f authored by Rich Lott's avatar Rich Lott Committed by GitHub
Browse files

Update docs/hooks/hook_civicrm_alterMailParams.md


Co-Authored-By: default avatarMikey O'Toole <mikey@mjco.uk>
parent 5814d3c5
Branches
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ You can add custom headers by appending to `$params['headers']`. Example:
$params['headers']['X-My-Header'] = 'my header value';
```
Note: the `headers` key may not exist in the `$params` array when passed into
The `headers` key may not exist in the `$params` array when passed into the hook.
For CiviMail based emails you can also add headers by simply adding a key
directly to the `$params` array, however as CiviMail also supports the above, so
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment