Preserved Topic: Mailing list (Page 1 of 1) |
|
---|---|
Maniac (V) Inmate From: under the bed |
posted 02-22-2003 05:14
Ok, I have a site for which I want to create a mailing list. |
Paranoid (IV) Inmate From: [s]underwater[/s] under-snow in Juneau |
posted 02-22-2003 05:29
with PHP you could code a form that would add each submission to a text file. Then code another page that would load each entry in the text file into an array, loop through the array sending an email addressed to each value held in the array. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 02-22-2003 13:37
but you should really make it double opt in. That means, when someone enter's a email on your site, a mail is sent to that email, requesting to visit a unique link to activate the submission.... |
Maniac (V) Mad Scientist From: :morF |
posted 02-23-2003 09:00
After a fair bit of searching, I turned up the offical MainMan FAQ...here's hoping it helps: |