Monday 24 October 2005 4:18:08 pm
Hi Carlos The generated email is missing a Content Type heading to tell the email client that the message contains html. You can rectify this in 2 ways: Add the following to the code that generates the mail $mail->setContentType( 'text/html' );
or in site.ini.append in the override or siteaccess add "ContentType=text/html" to the MailSettings section: [MailSettings]
ContentType=text/html
HTH
Cheers Bruce
My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish
|