CCN_Vercors.rexx - User help



Description : This script allows IBrowse and Yam's users to write emails with Yam when user click on a mailto link in a web site, instead of the internal editor of the browser. There is the possibility to write immediatly the email or to delay it, and write it off-line.

Installation :
Installation.

Using :
IBrowse configuration must be changed to write mail with an external mailer, this command line should be entered: RX rexx:CCN_Vercors %h , %s , [%r] , [-option] , [config].
Don't forget to put a comma (,) between each argument.
  • %h = address (IBrowse) or name@domaine.
  • %s = subject (IBrowse) or a text.
  • %r = reply to (IBrowse) or name@domaine.
  • Option : options (first char must be a "-", could be written in any order, they replace Yam config, no case sensitive).
    • HO : hold mode, preparing emails. Open mail editor, stores and sets all values, then hold it.
    • DE : delete email after it had been sent.
    • RE : ask for a receipt.
    • NO : tracking email.
    • AI : add personal informations.
    • In : importance from n=0 (low) to n=2 (high)
    • Sn : signature, from n=0 (no) to n=3.
    • SEn : security, from n=0 (no) to n=4.

    Options can be in a variable. If you use CCN_MUIVercors.rexx to set your preferences, variable CCNCV contains all options you set.
  • Config : config file.
    • default : first config in CCN.config file.
    • <empty string> : for single user environment users.
Examples:
  • RX CCN_Vercors.rexx %h , %s ,,, toto
    • %h and %s must be used,
    • no response address,
    • no option,
    • user environment = toto.


  • RX CCN_Vercors.rexx toto@net.fr , Happy birthday , miga@net.fr , $CCNCV
    • toto@net.fr is the recipient address.
    • "Happy birthday" is the subject.
    • miga@net.fr is the reply address.
    • options are red from CCNCV variable (made by CCN_MUIVercors.rexx).

Status: This script is emailware. It means that if you use it, send me please an email (if possible add a picture of your country). Thanks.

Author :
Christophe CRÉBIER
email : alternos@free.fr
Site internet : http://www.multimania.com/obator/index.html I appologize for my poor English...



Création : December, 29th 1998.
Modifié le : May, 31st 1999.