2008-09-10 12:46:16 UTC
I too am reciving a runtime error. I will make a connection but after getting everything in via telnet console after quit it gives me a Run-time error '6' overflow dialog box. Following is the conversation with the SMTP server:
220 ChinaSoft Faxone SMTP server welcome you here
ehlo
250-OK
250 AUTH LOGIN
mail from:johnh<
xxxx@xxx.com>
250 Mail From is OK
rcpt to:Test<
6413622@xxxxxx.com>
250 RCPT TO is OK
data
354 send message, end with CRLF . CRLF
Subject:FaxMessage
This is a test, this is only a test.
.
250 OK
quit
221 Bye!
Connection to host lost.
I have Dot Net 2.0 installed and all the latest patches on XP SP3. The modem is a Conexant D850 56K V.9x Fax modem.
Thank you in advance for your help,
-John