This is the SMTP envelope. To get "From/To/CC" etc. headers
you need to put them in the Message Envelope.
>HELO my.computer.com
>MAIL FROM: [EMAIL PROTECTED]
>RCPT TO: [EMAIL PROTECTED]
>DATA
Like this:
HELO my.computer.com
MAIL FROM: [EMAIL PROTECTED]
RCPT TO: [EMAIL PROTECTED]
DATA
X-MyCustomHeader: Message Starts Here
To: You
From: Me
Subject: My message
Date: Today
X-MyCustomHeader2: Message Headers End Here
Message Body.....
.
There _must_ be single blank line) between the end of the
message headers and the message body. Everything between the
DATA and the '.' is the message.
Bob
In reply to 10 Dec message from [EMAIL PROTECTED]:
>Here's what I'm sending... (I'm omitting the return
>messages for sake of brevity):
>HELO my.computer.com
>MAIL FROM: [EMAIL PROTECTED]
>RCPT TO: [EMAIL PROTECTED]
>DATA
>Subject: Blah Blah Blah
>Here is some body data
--
Robert S. Stull
IMail Development Manager and
Code Demolitions Expert
Ipswitch, Inc.
http://www.ipswitch.com/
Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.