Page 1 of 1

X-Headers display in message body in Outlook 2007

Posted: Tue Oct 21, 2008 4:49 am
by Peter Alcivar
I have written a very straightforward script that sends emails to customers when they register or make purchases on the website. The script works fine, using the PHP mail() function. The problem I'm seeing is that when Outlook 2007 receives a message, a number of the X-headers are displayed in the message body instead of in the View Options window where it belongs. Outlook 2000 does not exhibit this behavior. Has anyone else come across this, and is there a fix for it? Thanks in advance!

Re: X-Headers display in message body in Outlook 2007

Posted: Tue Oct 21, 2008 5:25 am
by aceconcepts
I do know that Outlook 2007 is far more strict with inbound emails especially HTML and emails with animation. Outlook 2007 actually strips out all frames of an animation except the first one!!!

Can you show the code you're using to setup the email?