X-Headers display in message body in Outlook 2007
Moderator: General Moderators
-
Peter Alcivar
- Forum Newbie
- Posts: 1
- Joined: Tue Oct 21, 2008 4:41 am
X-Headers display in message body in Outlook 2007
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!
- 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
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?
Can you show the code you're using to setup the email?