Anyone get phpList HTML mail work here?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ken
    Junior Member
    • Mar 2004
    • 12

    Anyone get phpList HTML mail work here?

    I used phpList from the script library and am testing it out.

    My HTML mail was sent out as plain text with all the HTML code in the mail body. How can I fix this?

    Thanks for your help!

    Ken
  • ken
    Junior Member
    • Mar 2004
    • 12

    #2
    I am using phpList 2.9.5

    I have to change

    define("PHPMAILER",0); to define("PHPMAILER",1); in config.php

    to make HTML mail work correctly.

    Another note for people trying this:

    After install, rename index.html to something else in order for index.php to start.

    Comment

    Working...