There is one script cscweb.net supports, located under the cgi-sys directory called cgiemail. Further details on each are available
in the System CGI area of the Forum.
To use cgiemail, your form should look like this:
<FORM METHOD="POST" ACTION="/cgi-sys/cgiemail/template.txt">
...other form fields go here...
<INPUT TYPE="submit" VALUE="Submit">
<INPUT TYPE="reset" VALUE="Reset">
</FORM>
You must also create a template file, as described in the
cgiemail documentation.
Note: If you do not have a domain, you must use this opening tag:
<FORM METHOD="POST" ACTION="/cgi-sys/cgiemail/username/template.txt">