[PHP] SMTP unable to relay

2007-10-25 Thread Diana
I have tried settiing my php.ini to
SMTP = localhost
as well as using the SMTP of my regular mail, and I keep on getting this.
Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to 
relay for [EMAIL PROTECTED] in C:\Inetpub\wwwroot\intranet\test.php 
on line 11

-- 
Diana Castillo
Tsanalytics S.A.
Tel: 34 913 595 436
Fax: 34 913 595 439
Mov: 34 609 954 536
[EMAIL PROTECTED]
www.tsanalytics.com 

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



Re: [PHP] SMTP unable to relay

2007-10-25 Thread Wolf
As previously posted, you need to work with your mail server admin.

sendmail is not normally on WinDoze boxes, so do some googling for the
setup you have, and talk with your admins to see what you need to do to
get it set up to work correctly.

Wolf

Diana wrote:
 I have tried settiing my php.ini to
 SMTP = localhost
 as well as using the SMTP of my regular mail, and I keep on getting this.
 Warning: mail() [function.mail]: SMTP server response: 550 5.7.1 Unable to 
 relay for [EMAIL PROTECTED] in C:\Inetpub\wwwroot\intranet\test.php 
 on line 11
 

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