Hello,
I am a small website designer with no PHP experience. I came across a PHP code online a couple of years ago to use on my client's contact forms. It has always worked until earlier this week I moved all my client's sites to GoDaddy hosting. Now I get an error when the submit button is clicked and the results don't go through.
The error:
Warning: mail() [function.mail]: Bad parameters to mail() function, mail not sent.
It then says the error is in line 117 which is:
mail($my_email,$subject,$message,$headers);
Any help you could give me would be greatly appreciated. It has always worked until I moved to GoDaddy hosting. Thank you.

