Bonjour Filip,

Tuesday, August 5, 2003, 6:12:51 PM, Filip wrote:

DO>> You miss something [BLANK LINE] here, your syntax need to be :

> No, it's there allright in my exemple above. Between "subject" and
> "Some message". The ">>" make it difficult to see...

I think you miss the envelop and the data.
The envelop is noted

Mail from:<email>[CRLF]
Rcpt to:<email>[CRLF]
[CRLF]

Then the DATA are Header+body

Header
[CRLF]
Body

Header contains :

From: <email>
To: <email>
Subjet: text

So the whole syntax is :

Mail from:<email>[CRLF]
Rcpt to:<email>[CRLF]
[CRLF]
Header
[CRLF]
Body

And finally:

Mail from:<email>[CRLF]
Rcpt to:<email>[CRLF]
[CRLF]
From: <email>[CRLF]
To: <email>[CRLF]
Subjet: text[CRLF]
[CRLF]
Hello,[CRLF]
[CRLF]
This is test[CRLF]

For example...

Sincerely,
-- 
DOLIST Technical Center
__________________________________________________

DOLIST.NET, Internet E-mail List Server Technology
DOLIST information at : http://www.dolist.net

-
To unsubscribe from this list: send the line "unsubscribe xmail" in
the body of a message to [EMAIL PROTECTED]
For general help: send the line "help" in the body of a message to
[EMAIL PROTECTED]

Reply via email to