-
David J posted an update in the group
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?
David J posted an update in the group 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?
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
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);