Subject: RE: Cannot Send Attachments via SMTP
Hey thanks again man. It may be the MIME conversion that’s causing the problem here, but anyway I’ve enabled SMTPClientDebug and now at least I’m getting specific errors.
SMTPClient: Attempting to Connect: Host zzz.xxx.CO.JP, Port 25, SSL Port 0, Connecting Domain aaa.bbb.com.qa
SMTPClient: Connection successful
SMTPClient: ReceiveResponse: 220 zzz.xxx.co.jp ESMTP Sendmail 8.13.1/8.13.1; Wed, 16 Feb 2005 16:24:24 +0900 (JST)
SMTPClient: CommandEHLO: EHLO aaa.bbb.com.qa
SMTPClient: ReceiveResponse: 250-zzz.xxx.co.jp Hello aaa.bbb.com.qa [xxx.yyy.zzz.aaa], pleased to meet you
SMTPClient: ReceiveResponse: 250-ENHANCEDSTATUSCODES
SMTPClient: ReceiveResponse: 250-PIPELINING
SMTPClient: ReceiveResponse: 250-8BITMIME
SMTPClient: ReceiveResponse: 250-SIZE
SMTPClient: ReceiveResponse: 250-ETRN
SMTPClient: ReceiveResponse: 250-DELIVERBY
SMTPClient: ReceiveResponse: 250 HELP
SMTPClient: Attempting to SubmitMessage:
SMTPClient: Pipelined commands:
SMTPClient: MAIL FROM:admin@bbb.com.qa SIZE=826
SMTPClient: RCPT TO:some.one@xxx.co.jp
SMTPClient: DATA
SMTPClient: End of pipelined commands
SMTPClient: ReceiveResponse: 250 2.1.0 admin@bbb.com.qa… Sender ok
SMTPClient: ReceiveResponse: 250 2.1.5 some.one@xxx.co.jp… Recipient ok
SMTPClient: ReceiveResponse: 354 Enter mail, end with “.” on a line by itself
SMTPClient: Data Send Succeeded 1880 bytes
SMTPClient: Connection broken after an error sending DATA command
SMTPClient: Attempting to Disconnect:
SMTPClient: Connection already disconnected
Router: No messages transferred to xxx.CO.JP (host zzz.xxx.CO.JP) via SMTP
The error it seems is:
SMTPClient: Connection broken after an error sending DATA command
It looks like the connecting client (my server)
is having problems sending the DATA command.
Anyone had this same trouble before? I know the error now, but I still have no clue how to fix it… SOMEONE HEEELP!!!
Thanks!