Emailptr


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by greg on October 12, 2007 at 08:36:20:

I get the 'No document to process message' with the following code...can you help? I am running the latest of everything (C2k7 and rel). The document (TXT219.TXT) is being created in the temp directory.

email.log:
Signature Systems Email Printer Started Fri, 12 Oct 2007 10:32:59 -0600 +0100
GMT time will be used for the date
WEOL 1
+OK CRLF will be appended to write records.
TIMEOUT 30
+OK Timeout changed to 30 seconds
CONNECT mail.bellsouth.net MAIL
+OK Connect 204.127.217.17 on port 25
220 bellsouth.net - Maillennium ESMTP/MULTIBOX frfwmhc01 #293

EHLO bellsouth.net
250-bellsouth.net
250-7BIT
250-8BITMIME
250-DSN
250-HELP
250-NOOP
250-PIPELINING
250-SIZE 26214400
250-VERS V05.21c++
250 XMVP 2

no auth needed
MAIL FROM:gregorylestes@bellsouth.net
250 ok

RCPT TO:greg@locis.com
250 ok; [simple] forward to

RCPT TO:gregorylestes@yahoo.com
250 ok; [simple] forward to

DATA
354 ok

Date: Fri, 12 Oct 2007 15:33:00 GMT
From: "gregorylestes"
To: greg@locis.com
To: gregorylestes@yahoo.com
Subject: TEST subject
-- sending body text--
-- sending TEXT output--
ERROR --There was no document to process.( 2 )
*****************************************************
IB code:
!//IB// Src(EM.IBS,GR3) Obj(EM,GR3)

CLOSE(1) & OPen(1) 'LET'
print (1) (log = 'email.log','TMP','erase')
Print (1) (Server='mail.bellsouth.net MAIL')
Print (1) (Domain='bellsouth.net')
Print (1) (From='"gregorylestes"')
Print (1) (To = 'greg@@locis.com')
Print (1) (To = 'gregorylestes@@yahoo.com')
Print (1) (Subject='TEST subject')
PRINT (1) 'Text detail line'
PRINT (1) (text='Text detail line 1')
close (1)
run 'lmen'


Greg


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]