From 73197ad91c5c6a48a0b693d1e8ba746bbc892a24 Mon Sep 17 00:00:00 2001 From: Andrew West <awest@humanism.org.uk> Date: Fri, 18 Oct 2019 11:27:05 +0100 Subject: [PATCH] Update docs/hooks/hook_civicrm_alterMailContent.md Co-Authored-By: Mikey O'Toole <mikey@mjco.uk> --- docs/hooks/hook_civicrm_alterMailContent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hooks/hook_civicrm_alterMailContent.md b/docs/hooks/hook_civicrm_alterMailContent.md index 2446d5f1..ad3c21fc 100644 --- a/docs/hooks/hook_civicrm_alterMailContent.md +++ b/docs/hooks/hook_civicrm_alterMailContent.md @@ -19,7 +19,7 @@ $content - fields include: html, text, subject, groupName, valueName, messageTem Note that this hook is fired when: * creating mailings through the traditional BAO mailer (standard CiviMail) -- creating mailings through FlexMailer (used by Mosaico) +* creating mailings through FlexMailer (used by Mosaico) - sending emails using message templates, in CRM_Core_BAO_MessageTemplate In the latter case there is inherently no mailingID, so this will not be supplied. Similarly in the 2 former cases the messageTemplateID is not supplied. -- GitLab