Hi,
I want to make it so that users can subscribe to the mailing list on my website through a simple form that just asks for their email address. (The confirmation email will then give them their password). Is there a way to pass an email entered in a form on another page to Mailman's subscription page?
Thanks, Farah
On Mon, Jun 14, 2010 at 10:55:22AM -0400, Farah Kashem wrote:
Hi,
I want to make it so that users can subscribe to the mailing list on my website through a simple form that just asks for their email address. (The confirmation email will then give them their password). Is there a way to pass an email entered in a form on another page to Mailman's subscription page?
http://wiki.list.org/x/hIA9
has some details/an example.
-- ``The English people are like the English beer-- froth on top, dregs at the bottom; the middle, excellent.'' (Voltaire)
On 06/14/10 09:55, Farah Kashem wrote:
I want to make it so that users can subscribe to the mailing list on my website through a simple form that just asks for their email address. (The confirmation email will then give them their password). Is there a way to pass an email entered in a form on another page to Mailman's subscription page?
You might be able to POST from your form to the same action page that the Mailman subscribe page does. (I haven't looked at it to know if this old cross form trick will work.)
You might also be able to send a carefully crafted email, to the <list>-request address, that appears as if the person send an email asking to "subscribe" to the mailing list.
Grant. . . .
participants (3)
-
Adam McGreggor
-
Farah Kashem
-
Grant Taylor