Copyright 1994, 1995, 1996 by the Massachusetts Institute of Technology.
For copying and distribution information, please see the file
mit-copyright.h

HOW TO BUILD:

To build with use of environment variables disabled (default), type:
	./configure
	make

To build allowing environment variables (e.g. [$HTTP_USER_AGENT]) to be
used in templates, type:
	./configure --enable-cgienv
	make


HOW TO INSTALL:

Copy cgiemail, cgiecho (and cgicso if applicable) to your cgi-bin
directory.

HOW TO USE:

See the following URL:

	http://web.mit.edu/wwwdev/cgiemail/
