Forms to send e-mail |
|
I've added a perl script that allows you to set up a form to send
email to a particular person. Here's an example of how to use it:
<html> <form method=post action="/cgi-bin/mail.pl"> Please keep the To address hidden, so folks can't abuse your form to send out email to whomever they choose. Also, I've set up the mail.pl script to only allow To addresses that end with illinois.edu.
|