Open
Description
When I'm sending custom headers using SMTP relay, my mayljet transactional template is assigned correctly with the X-MJ-TemplateID but X-MJ-Vars variables are not included in the content of the template. Any idea what I'm doing wrong?
Code in PHPMailer:
$mail->addCustomHeader('X-MJ-TemplateID','xxxxx');
$mail->addCustomHeader('X-MJ-TemplateLanguage','true');
$mail->addCustomHeader('X-MJ-Vars','{"name":"xxx", "city:xxx"}');
Metadata
Metadata
Assignees
Labels
No labels