thank to all
I used the following command
PRINT W75_UPLOAD OPTION RTF |FILENAME 1_SHIPRPT.RTF |SHOW_CANCEL_DIALOG ON |BACKGROUND_FILE NONE + |BACKGROUND_TYPE CENTER |INCLUDE_LINES ON |INCLUDE_SHAPES ON |INCLUDE_RICHTEXT ON + |GRAPHIC_DATA_IN_BINARY ON |OPTIMIZATION POSITIONAL_ACCURACY |OPEN ON |email on +
|EMAIL_HOST mail.optonline.net +
|EMAIL_USERID [EMAIL PROTECTED] +
|EMAIL_TO_LIST [EMAIL PROTECTED] +
|EMAIL_CC_LIST [EMAIL PROTECTED] +
|EMAIL_FROM_NAME Jay blaustein +
|EMAIL_FROM_ADDRESS [EMAIL PROTECTED] +
|EMAIL_SUBJECT your shipping report ver 2 +
|EMAIL_BODY Attached is the shipping report ver 2 +
|EMAIL_PASSWORD xxxxxx +
|EMAIL_PORT 25 +
|EMAIL_AUTHENTICATION ON

I found if I used the attachment option - I had two copies of report, I try it with the bcc option and its worked

John - your Rbase Email Client appears before the message is send

At 03:56 PM 5/9/2008, you wrote:
I do not think it interfaces with the users e-mail program. It sends direct.

I also include the e_mail_host to send through.

Dan Goldberg

----------
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of J BLAUSTEIN
Sent: Friday, May 09, 2008 12:12 PM
To: RBASE-L Mailing List
Subject: [RBASE-L] - Email a report

I am using the below command - I want to generate the report and then automatically email - How does the program interface with my email client? - does it open the email client?

thanks

PRINT W75_UPLOAD OPTION RTF |FILENAME 1_SHIPRPT.RTF |SHOW_CANCEL_DIALOG ON |BACKGROUND_FILE NONE + |BACKGROUND_TYPE CENTER |INCLUDE_LINES ON |INCLUDE_SHAPES ON |INCLUDE_RICHTEXT ON + |GRAPHIC_DATA_IN_BINARY ON |OPTIMIZATION POSITIONAL_ACCURACY |OPEN ON + |email on +
|EMAIL_TO_LIST [EMAIL PROTECTED] +
|EMAIL_FROM_NAME Jay blaustein +
|EMAIL_FROM_ADDRESS [EMAIL PROTECTED] +
|EMAIL_SUBJECT your shipping report +
|EMAIL_BODY Attached is the shipping report +
|EMAIL_ATTACHMENTS C:\carston\1_shiprpt.rtf +
|EMAIL_DELETE_AFTER_SEND off +
|EMAIL_SHOW_DIALOG on +
RETURN

J. Blaustein
J Blaustein Associates, Inc
12 Herrick Drive
Lawrence, NY 11559
516-371-3445
fax:516-371-4761

J. Blaustein
J Blaustein Associates, Inc
12 Herrick Drive
Lawrence, NY 11559
516-371-3445
fax:516-371-4761

Reply via email to