![]() |
|
|
| Subject:
About SMTP
Category: Computers > Internet Asked by: jumbie-ga List Price: $2.00 |
Posted:
20 Oct 2002 17:10 PDT
Expires: 19 Nov 2002 16:10 PST Question ID: 85638 |
How is a HELO message used in regaurds to SMTP | |
| |
|
|
| Subject:
Re: About SMTP
Answered By: leapinglizard-ga on 22 Oct 2002 23:46 PDT Rated: ![]() |
In SMTP, the sender uses the HELO command to identify itself to the
receiver. The argument field of this command should contain the
sender's host name.
The following is a textual representation of the command format, where
<SP> is the space character and <CRLF> is the
carriage-return-line-feed sequence, written in many programming
languages as "\r\n".
HELO <SP> <domain> <CRLF>
For a comprehensive description of the SMTP protocol, consult the RFC
(Request For Comments) in which it is defined.
freesoft.org Internet Encyclopedia
RFC 821: The SMTP Specifications
http://www.freesoft.org/CIE/RFC/821/13.htm
Regards,
leapinglizard |
jumbie-ga
rated this answer:
and gave an additional tip of:
$1.00
This worked well |
|
| Subject:
Re: About SMTP
From: duncan2-ga on 20 Oct 2002 17:16 PDT |
The SMTP protocol is defined in RFC 821, mirrored in many places on the internet. See, for example, http://www.ietf.org/rfc/rfc0821.txt section 3.5 |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
| Search Google Answers for |
| Google Home - Answers FAQ - Terms of Service - Privacy Policy |