EmailPtr errors


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

Posted by Grant Foraker on June 06, 2005 at 08:06:26: Uploaded files: 3

Downloaded and installed all the latest. See previous unanswered postings about E27 when the program would send TXT and HTML but failed during the PDF test.

1. Now get an "Unexpected E11" pop up in TXT test. See tmail.jpg.

2. Clicked OK and then got an E35. See tmail.txt.

3. Log is attached as tmail.pdf

4. INI entries for email printers

Printer = LEP,P ,N,,pdfFactory,EmailPtr;
Printer = LEH,H ,N,,HTM,EmailPtr;
Printer = LET,X ,N,,TXT,EmailPtr;

5. Source

PRINT (0,2710)
INPUT (0) WORK$
IF WORK$ EQ '' GOTO 9990
OPEN (1) 'LET' ! EMAIL TEXT PRINTER
PRINT (1) (Server = '192.168.16.2 mail')
PRINT (1) (Domain = 'ssasd.com')
PRINT (1) (From = 'TextMailer@@ssasd.com')
PRINT (1) (To = WORK$)
PRINT (1) (Subject = 'Test a text file send')
PRINT (1) (Text = 'Text Line 1')
PRINT (1) (Text = 'Text Line 2')
PRINT (1) (Text = 'Text Line 3')
PRINT (1) (Log='TESTLOG','COS','ERASE')
CLOSE (1)
PRINT @(0,5);'1. LET EMAIL SENT'
WAIT

6. Email is sent but program never displays the message after the CLOSE.


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 ]