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
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
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,
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
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 ?!
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
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
7 matches
Mail list logo