|
$ mkdir ~/www/my-mailer
$ cd ~/www/my-mailer
$ install-cgi mail.fcgi
$ cd mail.fcgi.conf
$ $EDITOR *.htm
$ make
Send to department:
<select name="x_Department">
<option value="Technical Department">
<option value="Billing Department">
<option value="Department of Apocalyptic Affairs">
</select>
|