Re: [PHP] trying to send mail via localhost

2005-04-18 Thread Brent Baisley
That's a relay error. It's actually a good thing. If your server is setup to allow sending email without logging in, that's generally called an open relay. That's where spam comes from. You can configure your mail server to allow relaying from only the local machine. Then you wouldn't have to l

[PHP] trying to send mail via localhost

2005-04-16 Thread AndreaD
When trying to send mail via localhost I get the following error Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Any ideas?/ RH -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php