[PHP] HELO command when sending email using PHP

2007-03-28 Thread Angelo Zanetti
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. --

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

2007-03-28 Thread demo
, 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

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

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

2007-03-28 Thread demo
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

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

2007-03-28 Thread demo
] 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