On Wednesday 10 November 2004 12:36, Garth Hapgood - Strickland wrote:
> Im using the php mail() function to try send an email to a user that has
> just registered.
>
> mail($HTTP_POST_VARS['emailaddress1'], 'Matchmakers Website Registration' ,
> 'Welcome');
>
> But when I get the following error back.:
>   Warning: mail(): SMTP server response: 550 5.7.1 Unable to relay for
> [EMAIL PROTECTED]
>
> Can someone help me out, by telling me what it means or what Im doing
> wrong?

This is a VERY FAQ.

googling the error message will tell you what it means. Searching the archives 
will give you some solutions.

Or you can wait for Manuel Lemos' reply :) 

-- 
Jason Wong -> Gremlins Associates -> www.gremlins.biz
Open Source Software Systems Integrators
* Web Design & Hosting * Internet & Intranet Applications Development *
------------------------------------------
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
------------------------------------------
/*
He who is content with his lot probably has a lot.
*/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to