shares
03-05-2006, 11:43 PM
Seems to be a popular subject, so I dug around the code a little.
Open up
<your pld directory>libs/phpmailer/class.phpmailer.php
Change
var $ContentType = "text/plain";
to
var $ContentType = "text/html";
Mind you, this is not fully tested. I didn't dig too deep into the code to undrstand why it works since my EMailer is configured to use an smtp server (class.smtp.php) rather than the PHPMailer, but it works.
Open up
<your pld directory>libs/phpmailer/class.phpmailer.php
Change
var $ContentType = "text/plain";
to
var $ContentType = "text/html";
Mind you, this is not fully tested. I didn't dig too deep into the code to undrstand why it works since my EMailer is configured to use an smtp server (class.smtp.php) rather than the PHPMailer, but it works.