2019.1

Table Of Contents
name.
MailGun
Dashboard: https://mailgun.com/cp/stats
Documentation: https://documentation.mailgun.com/api-sending.html#sending
Add a name meta tag with the value X-Mailgun-Tag and set its content (for example: invoices).
You can make this setting in the Email section properties (see "Meta information" on page516)
or write a Control Script, for example:
merge.context.sections["Content"].headers = {
"X-Mailgun-Tag": "invoices"
};
Note
The Mailgun tag allows you to view the stats per tag. Mailgun has a quick refresh and
stats are available almost instantly.
Page 1356