
Jasmine
Administrator
Apr 1, 2000, 5:03 PM
Post #2 of 2
(466 views)
|
|
Re: Newsletter script with subscribe email option
[In reply to]
|
Can't Post
|
|
The reason there aren't any programs with that feature is that cgi programs need to be invoked in order to run. Mail servers do mail processing and do not invoke cgi programs. However, there are alternatives: procmail You can install a program like procmail (http://www.procmail.org/) onto your server. From the procmail home page: "Procmail can be used to create mail-servers, mailing lists, sort your incoming mail into separate folders/files (real convenient when subscribing to one or more mailing lists or for prioritising your mail), preprocess your mail, start any programs upon mail arrival (e.g. to generate different chimes on your workstation for different types of mail) or selectively forward certain incoming mail automatically to someone. " procmail is freeware, but is rumored to be a bear to install and get running properly. Majordomo If your web host has Majordomo installed on your server, this may be a good solution. While majordomo is typically an "open discussion" mailing list, meaning that everyone on the list can send mail to the list, you can set up a moderated majordomo list to prevent inappropriate emails. More information on Majordomo is at http://www.greatcircle.com/majordomo/ There's also a lighter type of Majordomo called minordomo, at http://www.nodomainname.net/software/minordomo/ Good luck!
|