Home Forums Newsletter Plugin Support Confirmation Email

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #7679
    burnsy
    Participant

    How do I edit the Subscription Confirmation Email template ? Right now it’s got a Blue Border at the Top and bottom.

     

    Thanks.

     

     

    #7681
    Stefano
    Keymaster

    See the file subscription/email-alternative.php, you should find some instruction to customize it.

    Stefano.

    #7693
    burnsy
    Participant

    Hey Stefano,

     

    Thanks. Actually the file doesn’t have any instructions, instead it reads :


    <?php

    // TODO: Explain how to customize.

    ?>

    <html>

    <head>

    <style type=”text/css”>

    </style>

    </head>

    <body style=”font-family: sans-serif; font-size: 12px”>

    <?php echo $message; ?>

    </body>

    </html>

    #7694
    burnsy
    Participant

    Hey Stefano,

     

    It’s alright, I figured out it’s the file ’email.php’ that I need to edit, so I just made a backup of it before making the changes I wanted.

    Thanks.

    BTW, great Plugin !!

     

    #7695
    Stefano
    Keymaster

    No, do not edit it. Follow the instruction you find inside the email.php file. Copy the email-alternative file in the specified folder, renaming it, so on Newsletter plugin upgrade you won’t loose the changes.

    Stefano.

    #7696
    burnsy
    Participant

    aaaahh … right.  I will do that, thanks for making that clear.

     

    Cheers!

     

     

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.