Hello Cyrille, On Tue, 6 Jul 2004 22:59:09 +0200 UTC, Cyrille wrote:
C> I use X-ray (for SMTP) with TheBat! C> When ever I try to send a mail with an attached file I get an error C> message "Message has not been sent. Server reply - t mail input; end C> with <CRLF>.<CRLF>". C> What does this mean? C> What is going wrong? I don't have any clue about the programs you're using, but assuming that X-ray is handing your messages off to an smtpd, the smtpd doesn't like the way X-ray is sending a message. Specifically, the smtpd expects a message to be terminated with <CRLF>.<CRLF>. Here's a transcript from a smtp session which you can replicate (see if you can find the <CRLF>.<CRLF>: $ telnet mail.nednieuws.com 25 Trying 64.247.11.80... Connected to mail.nednieuws.com. Escape character is '^]'. 220 sun.procreatie.nl ESMTP ehlo localhost 250-sun.procreatie.nl 250-PIPELINING 250-8BITMIME 250-SIZE 209715200 250 AUTH LOGIN PLAIN CRAM-MD5 mail from:[EMAIL PROTECTED] 250 ok rcpt to:[EMAIL PROTECTED] 250 ok data 354 go ahead Subject: This is a test. A very nice test. . 250 ok 1089159589 qp 74064 quit 221 sun.procreatie.nl Connection closed by foreign host. -- Regards, Charles. Using TB! 2.12 Beta/8 on Windows XP 5.1 Build 2600 ________________________________________________ Current version is 2.11.02 | 'Using TBUDL' information: http://www.silverstones.com/thebat/TBUDLInfo.html

