Re: Email Printer


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

Posted by Herb Walters on March 10, 2010 at 13:14:48: Uploaded files: 2

In Reply to: Re: Email Printer posted by Jim Guerber on March 10, 2010 at 09:20:09:

Thanks Jim, that helped.

The problem was I was sending two "@" signs to the email printer "@40@ @40@".

Here is the final code I am using and it is working.

EMAILTO: FORMAT (TO=EMAILTO$)

OEMNOR$='Herb Walters'
OEMAOR$='dpacsupport@40@comcast.net'

OEMNOR$=STRIP(OEMNOR$)
OEMAOR$=STRIP(OEMAOR$)

EMAILTO$='"'+OEMNOR$+'"<'+OEMAOR$+'>'

PRINT (9,EMAILTO)
------------------------------

I am trying to send out 25 individual emails.

During the process I got a timeout error ( to many sessions open ) that I had to click Ok to continue. It would skip the email it received the timeout and move on to the next.

Attached:

emaillog
screen error



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):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


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