I am currently doing volunteer work for a small non-profit organization. Our web site host (RTPnet.org) also offers Mailman e- mail lists as part of the hosting package. Therefore we don't have server access to Mailman other than as a user with lists setup.

The organization has a "chat" Mailman list. Currently the list administrator is manually adding users to this list. However, we would like to allow the user to do this themselves by entering a name and email address in a box on one of the web pages. For Spam protection the list is setup to "confirm" all subscriptions.

Can any of you offer suggestions or point to resources of how to do this from a web page? There doesn't seem to be any info or pointers to resources on the Mailman site as to how to do this.

<form action="http://www.YourDomainHere.com/mailman/subscribe/YourEmailListName " method="post" style="display:inline"> <table border="0" cellpadding="4"> <tr><td colspan="2"><div align="center"><h3>Subscribe</h3></div></td></tr> <tr><td align="left">Name:</td> <td><input type="text" name="fullname" size="10" value=""></td></tr> <tr><td align="left">Email Address:</td> <td><input type="text" name="email" size="10" value=""></td></tr> <tr><td></td><td> <input type="submit" name="Subscribe!" value="Subscribe!"></td></tr> </table> </form>


:::: The vast majority of our imports come from outside the country. -- George W. Bush ::::
:::: Jan Steinman <http://www.VeggieVanGogh.com> ::::


------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to