<$BlogRSDUrl$>

Monday, July 05, 2004

New Email Settings 

To make sending request and output by email easier, the Email send functionality has been revisited slightly in Build 342.
 
Email default settings may be set at the Global, Preference or Request level as well as by modifying the settings via the FFCONFIG BEFORE EMAIL setting. Although you can change them in other areas, if you choose to change them in BEFORE EMAIL, change the following settings:
 
The variables:

pcMType - Mail Type (either S for SMTP or M for MAPI. This is driven by the variables pg_mailfmt, pf_mailfmt and then finally rq_mailfmt)

plUseCDO - Set to .T. if you want to try and send the message using CDO (collaborative data objects). This only works with Windows 2000 and above OSes.

pcMServer - SMTP Server. Driven from pg_msgsvr , pf_msgsvr and rq_msgsvr

pcMFrom - Sender Email Address. Driven from pg_msgfm,pf_msgfm and rq_msgfm

pcMSender  - Sender Name. Driven from pg_msgsdr , pf_msgssdr and rq_msgsdr

plDisplay - Logical setting for Outlook or MAPI Mail applications. If set to .T., the message will be displayed before sending

pcMUser - SMTP Server user name. Driven from pg_msgusr , pf_msgusr and rq_msgusr

pcMPwd - SMTP Server User Password. Driven from pg_msgpwd , pf_msgpwd, and rq_msgpwd

pcMSubject - Message from subject. Defaults to "Email from Foxfire!" but driven from pf_msgsubj and rq_msgsubj

pcMNote - Message note. Defaults to  "Your request is attached." but driven from rq_msgnote.

 


Comment

This page is powered by Blogger. Isn't yours?