Re: [PHP] HELO command when sending email using PHP

2007-03-28 Thread demo
please check the RFC 821, it shows the SMTP protocol. 

HELO domain.com
it should fill your Mail server domain in order to prevent email going through 
most of anti-spam.

- Original Message - 
From: Angelo Zanetti [EMAIL PROTECTED]
To: php-general@lists.php.net
Sent: Wednesday, March 28, 2007 5:10 PM
Subject: [PHP] HELO command when sending email using PHP


 Hi all.
 
 I am sending emails using the SMTP connection with PHP using the 
 HTMLMimeMail class. Now there is a setting there for the HELO command 
 text, can anyone explain to me what this is and what it should be set to?
 
 TIA.
 -- 
 
 Angelo Zanetti
 Systems developer
 
 
 *Telephone:* +27 (021) 469 1052
 *Mobile:*   +27 (0) 72 441 3355
 *Fax:*+27 (0) 86 681 5885
 *
 Web:* http://www.zlogic.co.za
 *E-Mail:* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] HELO command when sending email using PHP

2007-03-28 Thread Angelo Zanetti



demo wrote:
please check the RFC 821, it shows the SMTP protocol. 


HELO domain.com
it should fill your Mail server domain in order to prevent email going through 
most of anti-spam.
  

Thanks, so if Im running localhost, the HELO command will also be localhost?

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



Re: [PHP] HELO command when sending email using PHP

2007-03-28 Thread demo
by the way, here is php issues maillist not EMAIL issues:)

if any problem with SMTP or email, please contact me directly

--
http://tssoft.3322.org:8080/2.1/
demo:demodemo
it's my email server developped by MSVC

- Original Message - 
From: Angelo Zanetti [EMAIL PROTECTED]
To: demo [EMAIL PROTECTED]
Cc: php-general@lists.php.net
Sent: Wednesday, March 28, 2007 5:33 PM
Subject: Re: [PHP] HELO command when sending email using PHP


 
 
 demo wrote:
 please check the RFC 821, it shows the SMTP protocol. 

 HELO domain.com
 it should fill your Mail server domain in order to prevent email going 
 through most of anti-spam.
   
 Thanks, so if Im running localhost, the HELO command will also be localhost?
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


Re: [PHP] HELO command when sending email using PHP

2007-03-28 Thread demo
localhost is ok if u just send mail in the LAN.

if you send mail in the internet, it may not be ok, bcoz it will be cut by 
anti-spam.

most smtp servers always validate your HELO area and your DNS and check if 
them match.

- Original Message - 
From: Angelo Zanetti [EMAIL PROTECTED]
To: demo [EMAIL PROTECTED]
Cc: php-general@lists.php.net
Sent: Wednesday, March 28, 2007 5:33 PM
Subject: Re: [PHP] HELO command when sending email using PHP


 
 
 demo wrote:
 please check the RFC 821, it shows the SMTP protocol. 

 HELO domain.com
 it should fill your Mail server domain in order to prevent email going 
 through most of anti-spam.
   
 Thanks, so if Im running localhost, the HELO command will also be localhost?
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php