views:

117

answers:

3

Hi,

Can anyone tell me of a php class that can send html based email on outlook express? I am using a class it words fine on yahoo, msn and gmail but when i try it on outlook it does not display correct output. I mean the email display on outlook is not correct.

Thanks, -dizyn

A: 

phpmailer proved perfect for my needs. available on sourceforge.

pixeline
+1  A: 

It's probably your HTML, not anything to do with the PHP.

Outlook now uses Word to display HTML, and it's notoriously bad.

See Word 2007 HTML and CSS Rendering Capabilities in Outlook 2007

Greg
i'm not sure this applies to outlook express.
pixeline
The title says outlook, the text says outlook and outlook express, so who knows what the OP is really asking about :)
Greg
A: 

Hi,

Isn't it down to the HTML content or do you suspect incorrect mime-encoding?

I've used http://phpmailer.worxware.com/ and got emails working against 100s of email clients via Lyris' inbox tester.

Mark L