;***************************************************************************;
;*                    config-file for makemail v0.5beta                    *;
;* ======================================================================= *;
;*          startup: rx MakeMail.rexx config "MakeMail.demo.cfg1"          *;
;* ======================================================================= *;
;*                written 1995 by Ali Rene Schams-Pirzadeh                 *;
;***************************************************************************;

;name of the area
AREA "netmail"

;address of sender
;4-dim
FROMADR 2:2464/221.0
;5-dim (does not work with Foozle 1.04)
;FROMADR 2:2464/221.0@FiDoNeT

;name of sender
FROM "Ali Rene Schams-Pirzadeh"

;address of receiver
;4-dim
TOADR 2:2464/220.0
;5-dim (does not work with Foozle 1.04)
;TOADR 2:2464/220.0@FiDoNeT

;name of receiver
TO "Ali Rene Schams-Pirzadeh"

;subject to use
SUBJECT "This is an Example"

;flags to set (use space between them)
;   PV => Private mail (will be added automatically)
;   CM => Crash mail
;   KS => Kill if sent
;   FL => file attach
FLAGS "CM KS"

;name of file
FILE "MakeMail.demo"

;your inbound-directory
INBOUND "Inbound1:"

;origin
ORIGIN "-Original-<-Origin->-"
