Activity

  • David J posted an update in the group Group logo 10 years, 10 months ago

    when i send a mail using phplist i receive 2 mails in mail inbox. is there any settings to fix it?

    • Hi, is that when you send a test mail? phpList will send you one test in pretty html and one test in boring plain text, so that you can preview your mail for both settings (some of your users might one text only mails)

      Nice to meet you by the way 😀

      Anna

    • You can set the test message to send only the version a user has specified when they joined your list, providing you offered them the choice of Text or HTML. Change the “0” to a “1” in the following section of your full config.php file

      • Missed the config.php data off!
        Approx line 468-475 define(‘SEND_ONE_TESTMAIL’,0);
        change to:-
        define(‘SEND_ONE_TESTMAIL’,1);