• So –

    I’m trying to stitch together how to use this plugin.

    I’ve install it, have the api key in place, the form filled out..so far so good – it will send emails (eg: request new password).

    By default, what *|mergetag|* do I need in my template for things like password recovery and other canned WP transnational emails? For example, when clicking the “send a test” the subject I have in the form appears in the email. The “message” of the test form never shows in the email. Obviously I need to know what merge tag to put into the template and what other merge tags does wpMandrill expect by default?

    Thanks!!!

    https://www.ads-software.com/extend/plugins/wpmandrill/

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

    (@mc_will)

    Hi Tony,

    You don’t need to set/use any merge tag in your template if you don’t want/need to. Specially for standard transactional emails sent by WordPress (password recovery and stuff).

    If you want to use a template, the default “editable zone” should be named “main”. It is, a HTML tag, div, span, whatever, with a mc:edit pseudo tag added to it. I.e.
    <div mc:edit="main"></div>

    Merge vars are special data or properties related either to an email batch (a general discount coupon code, for instance) or a certain recipient (a personlized discount coupon code for Freddie von Chimpenheimer III).

    I hope it helps,
    Will

    Plugin Author MC_Will

    (@mc_will)

    Here’s a good example of templates, editable zones, and general and recipient merge tags:

    https://www.ads-software.com/support/topic/understanding-wpmandrillmail?replies=3#post-4244274

    Thread Starter Tony Schliesser

    (@n8xja)

    Thanks Will!!

    Yes, it did do what I needed. It wasn’t painfully obvious to me, which sometimes it needs to be painfully obvious, that all I had to do was slam that little gem (<div mc:edit=”main”></div>) into the template!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘n00b Question: Stitching it all together’ is closed to new replies.