RE: [PHP] cant mail

2007-09-06 Thread Sanjeev N
hosting plan -Original Message- From: Diana 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

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

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 > 25, type EHLO > it says Command not valid > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > First of all,

Fw: [PHP] cant mail

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

Fw: [PHP] cant mail

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

Re: [PHP] cant mail

2007-09-06 Thread Robert Degen
Connection/Firewall ?! -- Run telnet 25, type EHLO 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 PROTECTED]'); or write it

[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 C:\Inet