• This problem exists for a long time now, tried to fix it today but I can’t do this.
    I included a header and footer in the lists’ template, but they’re not included in the emails sent. Of course now the newsletter emails look really ugly. What to do?
    I use the free version 2.3.8.

    https://www.ads-software.com/plugins/sendit/

Viewing 1 replies (of 1 total)
  • Thread Starter Annekee

    (@annekee)

    I found the problem and fixed it, though updates will probably overwrite it again. Will you look at this?

    in libs/extensions-handler.php, about line 208:

    //$newsletter_content=$header.$content.$footer;
    //new 2.1.2 content is already with footer and header
    $newsletter_content=$content;

    changed that to (the old script):

    $newsletter_content=$header.$content.$footer;
    //new 2.1.2 content is already with footer and header
    //$newsletter_content=$content;
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Sendit] Doesn't include header and footer in email’ is closed to new replies.