The stupid question is the question not asked | |
PerlMonks |
Re: e-mail questionby le (Friar) |
on May 01, 2001 at 17:18 UTC ( [id://76937]=note: print w/replies, xml ) | Need Help?? |
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.
In Section
Seekers of Perl Wisdom
|
|