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

