Share » Forums » General » EzMail question

EzMail question

EzMail question

Monday 24 October 2005 10:18:31 am - 1 reply

Author Message

Bruce Morrison

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

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu