Re: EmailPtr errors


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

Posted by Grant Foraker on June 06, 2005 at 14:00:04: Uploaded files: 1

In Reply to: Re: EmailPtr errors posted by Barbara Brazil on June 06, 2005 at 12:48:42:

bb:

Tried the new version.

1. Now get "E35, see log" popup after each CLOSE(1). Click OK and my "Sent" message displays.

2. Get a long pause (30-40 seconds) in the LEP logic then the same E27 message I was receiving pre 355. Click OK and I get my "Sent" message. Didn't get that pre 355.

3. TXT message sent and looks good. HTML sent but header only, no detail/attachment. Pre 355 I had detail/attachment.

4. PDF not received. Same bad path info in log file.

5. Source for other two tests.

OPEN (1) 'LEH'
PRINT (1) (Server = '192.168.16.2 mail')
PRINT (1) (Domain = 'ssasd.com')
PRINT (1) (From = 'HtmlMailer@@ssasd.com')
PRINT (1) (To = WORK$)
PRINT (1) (Subject = 'Test a HTML file send')
PRINT (1) (Text = 'HTML Line 1')
PRINT (1) (Text = 'HTML Line 2')
PRINT (1) (Text = 'HTML Line 3')
PRINT (1) (Log = 'TESTLOG','COS')
CLOSE (1)
PRINT @(0,6);'2. LEH EMAIL SENT'
WAIT

OPEN (1) 'LEP'
PRINT (1) (Server = '192.168.16.2 mail')
PRINT (1) (Domain = 'ssasd.com')
PRINT (1) (From = 'PDFMailer@@ssasd.com')
PRINT (1) (To = WORK$)
PRINT (1) (Subject = 'Test a PDF file send')
PRINT (1) (Text = 'PDF Line 1')
PRINT (1) (Text = 'PDF Line 2')
PRINT (1) (Text = 'PDF Line 3')
PRINT (1) (Log = 'TESTLOG','COS')
CLOSE (1)
PRINT @(0,7);'3. LEP EMAIL SENT'
WAIT


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 ]