• Resolved cookan

    (@cookan)


    I use SendGrid to distribute email. If an “<a href…” is used in the mail template, SendGrid changes the URL to a tracking version of it. This behaviour can be overriden by inserting clicktracking=”off” prior to the href attribute however when this is put into a mail template, EME removes it when saving.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Franky

    (@liedekef)

    Go in EME settings, tab “Other” and add your custom html-tag to the list of “Extra html tags”. E.g. for an a-tag with the clicktracking attribute, add a line
    a,clicktracking
    so wordpress won’t remove it upon sanitizing. For the mail templates, I think things can be a little more “loosened” in the mail content, I’ll see what I can do for the next version there.

    Thread Starter cookan

    (@cookan)

    excellent, that worked! I’ve also disabled tracking in SendGrid itself now anyway (I suspect I would have had trouble with #_PAYMENT_URL either way).
    thanks, and happy new year !

    Plugin Author Franky

    (@liedekef)

    Well, EME can do its own queuing and mail tracking … even when using sendgrid as mailserver provider.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘attributes removed from when saving mail templates’ is closed to new replies.