On 6 Apr 2002 at 10:45, Dean F. Mapa wrote:
> Is it possible to use an HTML form through formmail for subscribers to
> sign up from? If so, how do I configure?
what I think you need is
Cliff's Majordomo Tool Version 1.5
http://www.hotscripts.com/Detailed/87.html
but to answer your question, yes you could
modify formmail to send a second fromatted mail
at your majordomo to susbsribe a person. But
the script above is neater... I modified
Cliff's script to capture dialup IP and hostname
with the following lines added/modified
$mailthis = "To:
$FORM{'majordomo'},you\@yourdomain.com\n";
.
.
my $remote_host = $ENV{REMOTE_HOST} || '';
my $remote_agent = $ENV{HTTP_USER_AGENT}
|| '';
$mailthis .= "\nend\n $remote_host
$remote_agent ";
open(MAIL,"|$mailprogram -t");
regards BHG
Follow-Ups:
References:
-
HTML form
From: "Dean F. Mapa" <dfmapa@powermarketingtools.com>
|
|