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

2007-03-28 Thread demo
AIL PROTECTED]> To: "demo" <[EMAIL PROTECTED]> Cc: 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 domai

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

2007-03-28 Thread demo
TECTED]> To: "demo" <[EMAIL PROTECTED]> Cc: 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 >

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 (h

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

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

[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. --