http://qs1969.pair.com?node_id=76937


in reply to e-mail question

If I get your message right, then create something like a formmailer. Set up a HTML form where people fill in their suggestions, pass the values to a CGI script, that finally sends the mail. With CGI.pm and Mail::Sendmail it shouldn't be too hard, Mail::Sendmail lets you send via an SMTP server other than the one your script is running on.