I did this using CF, The code is pretty simple. example can be found at:
http://www.stereodirect.com/acb/sd/announce.cfm (feel free to try it out,
subscribe, unsubscribe as much as you want, heck go ahead and buy lots of
stuff while you are at it! ;)
the code doesn't do any confirmation that the name is on the list... maybe
on the next rev...
<cfif isdefined("email")>
<cfif isdefined("what")>
<cfif what is "add">
<cfmail to="[EMAIL PROTECTED]" from="#email#"
subject="">subscribe announce Thank You</cfmail>
<b>The email address <cfoutput>#email#</cfoutput> has been added to the
StereoDirect Announcement List.</b>
</cfif>
<cfif what is "delete">
<cfmail to="[EMAIL PROTECTED]" from="#email#"
subject="">unsubscribe announce Thank You</cfmail>
<b>The email address <cfoutput>#email#</cfoutput> has been deleted from
the StereoDirect Announcement List.</b>
</cfif>
</cfif>
<cfelse>
Enter your email address and select an action:
<font size="3" color="Black">
<br><form method="post"
action="<cfoutput>#Root#</cfoutput>/sd/announce.cfm">
<input type="text" name="email" size="35" maxlength="63">
<select name="what">
<option value="add">Subscribe
<option value="delete">Unsubscribe
</select>
<input type="submit" value="Do it!">
</form>
</cfif>
----- Original Message -----
From: Steve Pruner
To: [EMAIL PROTECTED]
Sent: Monday, November 01, 1999 10:21 AM
Subject: [IMail Forum] HTML list subscribe.
How can you make a form to subscribe to an IMAIL list server/
Steve Pruner
The CyberDivan
Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.