[PHP] PHP and a misbehaving contact form

2008-05-12 Thread Fernando Ronci
Hello, I've got a very simple PHP script that mails me a contact form of a website. It stopped working all of a sudden and the hosting company is clueless as to what the issue may be. The PHP script basically picks up the input fields on the form, builds an e-mail message and then sends it

Re: [PHP] PHP and a misbehaving contact form

2008-05-12 Thread Bojan Tesanovic
Hi Fernando, The first thing that I would do i send mail to local mail account eg [EMAIL PROTECTED] and see if that mail will be delivered. or something like [EMAIL PROTECTED] so that mail doesnt go outside server , this way you can see if mail function is working properly. If this doesnt