J

If you want it to email automatically, you need to include the rest of the 
EMAIL options:

EMAIL_HOST (This is your SMTP server address)
EMAIL_USERID 
EMAIL_PASSWORD
EMAIL_PORT (usually 25)
EMAIL_AUTHENTICATION (On or Off - as required by your SMTP server)


Dawn


J BLAUSTEIN <[EMAIL PROTECTED]> wrote on 05/09/2008 03:12:22 PM:

> 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 

Reply via email to