Form Mail problems on new server

I have a new server at ThePlanet (Server Matrix).

I use a PHP email form that sends information to us - as well as sends a confirmation email to the sender.

I use this form script on several servers so I am somewhat familiar with it - yet I have not run into this problem before:

On the emails that get generated from the form - I now get a bunch of header crap in the email. (emails are sent in plain text)

Here is what I get in the email that comes to us:

Code:
Content-Type: multipart/mixed; boundary="=_7e8dcad29a6a0b5f535aaa82ceb135ce"



This is a MIME encoded message.



--=_7e8dcad29a6a0b5f535aaa82ceb135ce

Content-Type: text/plain; charset=ISO-8859-1


[Actual form data is here ...]


--=_7e8dcad29a6a0b5f535aaa82ceb135ce--
Anyone have any idea why the new server would be handling the form any differently - or what I should look for?

Form Mail problems on new server

 

 

 

 

Top