[PHP] cant mail

2007-09-06 Thread Diana Castillo
when I try to send mail using this code: mail([EMAIL PROTECTED],TEST MAIL,TESTING MAIL); I get this error: Warning: mail() [function.mail]: Failed to connect to mailserver at smtp.tsanalytics.com port 25, verify your SMTP and smtp_port setting in php.ini or use ini_set() in

Re: [PHP] cant mail

2007-09-06 Thread Robert Degen
Connection/Firewall ?! -- Run telnet SMTPSERVER 25, type EHLO ENTER and see if he talks to you No anonymous relaying ?! Set the From header, caus maybe your smtp doesn't relay for everyone :-) mail ($addressee, $sub, $body, 'From: [EMAIL

Fw: [PHP] cant mail

2007-09-06 Thread Diana Castillo
it says in my mail setup My server requires authentification? - Original Message - From: Robert Degen [EMAIL PROTECTED] To: PHP Genral php-general@lists.php.net Sent: Thursday, September 06, 2007 12:54 PM Subject: Re: [PHP] cant mail Connection/Firewall ?! -- Run

Fw: [PHP] cant mail

2007-09-06 Thread Diana Castillo
I found telenet.exe that comes with windows, but when I type in SMTPSERVER 25, type EHLO ENTER it says Command not valid -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: Fw: [PHP] cant mail

2007-09-06 Thread Daniel Brown
On 9/6/07, Diana Castillo [EMAIL PROTECTED] wrote: I found telenet.exe that comes with windows, but when I type in SMTPSERVER 25, type EHLO ENTER it says Command not valid -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php First of

Re: [PHP] cant mail

2007-09-06 Thread David Wonderly
Diana Castillo wrote: when I try to send mail using this code: mail([EMAIL PROTECTED],TEST MAIL,TESTING MAIL); I get this error: Warning: mail() [function.mail]: Failed to connect to mailserver at smtp.tsanalytics.com port 25, verify your SMTP and smtp_port setting in php.ini or use

RE: [PHP] cant mail

2007-09-06 Thread Sanjeev N
Castillo [mailto:[EMAIL PROTECTED] Sent: Thursday, September 06, 2007 4:12 PM To: php-general@lists.php.net Subject: [PHP] cant mail when I try to send mail using this code: mail([EMAIL PROTECTED],TEST MAIL,TESTING MAIL); I get this error: Warning: mail() [function.mail]: Failed to connect