Re: [PHP-DB] Form mail() problem

2007-12-10 Thread Tim Daff
I designed the site and did all coding, and uploaded from OS X. But the mac stops there, our work server is Windows, and the server hosting our sites is I think Windows. On 11/12/2007, at 3:34 AM, Dee Ayy wrote: Normally I'd say, "If it's been working fine for 3 months; then just stopped

Re: [PHP-DB] Form mail() problem

2007-12-10 Thread Dee Ayy
Normally I'd say, "If it's been working fine for 3 months; then just stopped working; don't get angry at the PHP programmer; check with the network admin as to what changed." But it's interesting that your error came from an MS Windows machine, while you have links at the bottom from an Apple mach

Re: [PHP-DB] Form mail() problem

2007-12-10 Thread Daniel Brown
On Dec 10, 2007 1:05 AM, Tim Daff <[EMAIL PROTECTED]> wrote: [snip!] > Here is the error code I am getting: > > Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 > Unable to relay for [EMAIL PROTECTED] in C:\Domains\logosunlimited.com.au > \wwwroot\contact\processquote3.php on line 2

Re: [PHP-DB] Form mail() problem

2007-12-09 Thread Chris
Tim Daff wrote: I am just beginning with php, my first effort was a quote detail form that collects the user inputted data and makes and email out of it, which sends to my boss. It worked fine for about 3 months now all of a sudden it has stopped, and made my boss angry. Tell him to chill ou

RE: [PHP-DB] Form mail() problem

2007-12-09 Thread Gary Wardell
Hi, This is an SMTP error, not a PHP error. Since you imply the PHP code hasn't changed then something else must have changed. First verify that the to address, [EMAIL PROTECTED] is still good buy sending and e-mail to it. If that checks out OK, than check with the mail server administrator.