template email tracking
This commit is contained in:
parent
8ebccd05ec
commit
d2b634c775
|
@ -35,6 +35,8 @@ export const sendTemplateEmail = (
|
||||||
subject,
|
subject,
|
||||||
template: templateId,
|
template: templateId,
|
||||||
'h:X-Mailgun-Variables': JSON.stringify(templateData),
|
'h:X-Mailgun-Variables': JSON.stringify(templateData),
|
||||||
|
'o:tag': templateId,
|
||||||
|
'o:tracking': true,
|
||||||
}
|
}
|
||||||
const mg = initMailgun()
|
const mg = initMailgun()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user