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 out ;)
Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to relay for paul@xxxxxxxxx in C:\Domains\logosunlimited.com.au\wwwroot\contact\processquote3.php on line 284
logosunlimited.com.au probably stopped their server from being an open-relay.
You probably won't be able to send to an email address outside of their domain name without using smtp authentication.
Check out phpmailer for a really easy way to do it. -- Postgresql & php tutorials http://www.designmagick.com/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php