You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever sending an email always include an X-MC-Tags header identifying the type of email (activation, password reset, reply notification, etc).
This will enable easy filtering by type of email in Mandrill's dashboard, allowing us to easily view stats like number of emails sent, bounce and failure rates, etc by type of email.
This can be implemented by adding a mandatory tag argument to EmailService.send()
The text was updated successfully, but these errors were encountered:
Whenever sending an email always include an
X-MC-Tags
header identifying the type of email (activation, password reset, reply notification, etc).This will enable easy filtering by type of email in Mandrill's dashboard, allowing us to easily view stats like number of emails sent, bounce and failure rates, etc by type of email.
This can be implemented by adding a mandatory
tag
argument toEmailService.send()
The text was updated successfully, but these errors were encountered: