Hi, I have some problems with the conversion of message that I send to Domino 6.5.1 with telnet command.
If I read this message with the client Notes or Outlook client, the message body is blank and the “Field body” with client notes in the properties of the message there isn’t. With the old domino server version 5.0.8 this way function correctly.
Have you got any idea??
Thank’s in advance
Michele
Subject: SMTP inbound
You are using telnet to port 25 and are you asking how to read the body (text) of the message.
Subject: RE: SMTP inbound
When I download the message with Outlook or with the client Notes it’s impossible to read the body text of the message. My command line:
220 Ready at Thu, 6 May 2004 16:54:41 +0200
helo test.com
250 servername Hello test.com ([xx.xx.xx.xx]), pleased to meet you
mail from:admin
250 admin… Sender OK
rcpt to:admin
250 admin… Recipient OK
data
354 Enter message, end with “.” on a line by itself
test test
.
250 Message accepted for delivery.
The data content (body text of the message) “test test” it’s not visible with Outlook and with client notes.
Subject: RE: SMTP inbound
Got the same problem.see my post
I’ve found that if you add extra blank line between
354 Please start mail input.
and
test
then body item will be created.