X-Headers display in message body in Outlook 2007

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
Peter Alcivar
Forum Newbie
Posts: 1
Joined: Tue Oct 21, 2008 4:41 am

X-Headers display in message body in Outlook 2007

Post 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!
User avatar
aceconcepts
DevNet Resident
Posts: 1424
Joined: Mon Feb 06, 2006 11:26 am
Location: London

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

Post 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?
Post Reply