[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: SMTP commands



Lots of RFC links, but here's the core info you really want :)

<telnet connection on port 25>
HELO mysite
MAIL FROM:<user@domain.com>
RCPT TO:<someone@elsewhere.net>
DATA

Hi there, this is a test message

.
QUIT
<telnet closed by remote host>

The single '.' denotes the end of the message

Regards,

Gavin.




Reply to: