Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > mailing list/newsletter script

Reply
Thread Tools

mailing list/newsletter script

 
 
Nospam
Guest
Posts: n/a
 
      10-30-2006
I am looking for an equivalent script I have seen in several websites, where
people have lines similar to "join our mailing list" with a single form
field for their email address, are there any good recommended scripts
(ideally in php) that does this someone knows of?


 
Reply With Quote
 
 
 
 
Mark Goodge
Guest
Posts: n/a
 
      10-30-2006
On Mon, 30 Oct 2006 19:48:04 GMT, Nospam put finger to keyboard and
typed:

>I am looking for an equivalent script I have seen in several websites, where
>people have lines similar to "join our mailing list" with a single form
>field for their email address, are there any good recommended scripts
>(ideally in php) that does this someone knows of?


At the most basic level, and form-to-email script will do this - just
capture the submitted addresses and manually enter them on your
mailing list. But that's only suitable for very basic and low-volume
applications. With any mailing list consisting of more than a handful
of addresses, the complicated part is list management - verifying
submitted addresses to ensure that no-one adds an address they don't
control and making sure that people can automatically unsubscribe as
easily as they joined.

So what you're looking for isn't the front-end script per se, but a
mailing list management system - which will include the front-end
scripts, but be significantly more than just a front-end. I've not
used any ready-made scripts for that (the only mailing lists that I've
used are custom-built, but Google returns plenty of results such as
those at these locations:

http://php.resourceindex.com/Complet...st_Management/
http://scripts.filehungry.com/showca...st_management/
http://www.bigwebmaster.com/PHP/Scri...List_Managers/

Mark
--
Please give me one! http://www.pleasegivemeone.com
"Shake off your golden shackles, children of time no more"
 
Reply With Quote
 
 
 
 
Lawk Salih
Guest
Posts: n/a
 
      11-01-2006
Mark,

Thank you for the URLs, I actually liked one of the scripts and I am
going to give it a try.

Lawk Salih

Mark Goodge wrote:
> On Mon, 30 Oct 2006 19:48:04 GMT, Nospam put finger to keyboard and
> typed:
>
> >I am looking for an equivalent script I have seen in several websites, where
> >people have lines similar to "join our mailing list" with a single form
> >field for their email address, are there any good recommended scripts
> >(ideally in php) that does this someone knows of?

>
> At the most basic level, and form-to-email script will do this - just
> capture the submitted addresses and manually enter them on your
> mailing list. But that's only suitable for very basic and low-volume
> applications. With any mailing list consisting of more than a handful
> of addresses, the complicated part is list management - verifying
> submitted addresses to ensure that no-one adds an address they don't
> control and making sure that people can automatically unsubscribe as
> easily as they joined.
>
> So what you're looking for isn't the front-end script per se, but a
> mailing list management system - which will include the front-end
> scripts, but be significantly more than just a front-end. I've not
> used any ready-made scripts for that (the only mailing lists that I've
> used are custom-built, but Google returns plenty of results such as
> those at these locations:
>
> http://php.resourceindex.com/Complet...st_Management/
> http://scripts.filehungry.com/showca...st_management/
> http://www.bigwebmaster.com/PHP/Scri...List_Managers/
>
> Mark
> --
> Please give me one! http://www.pleasegivemeone.com
> "Shake off your golden shackles, children of time no more"


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to execute a script from another script and other script does notdo busy wait. Rajat Python 3 01-08-2010 02:05 PM
mailing from a web-executed perl script. Nathan Perl 1 04-04-2006 02:45 PM
Perl Mailing List script poopdeville@gmail.com Perl Misc 1 02-01-2006 09:53 PM
Searching perl cgi script that implements a Mailing-List Tom Parson Perl Misc 0 12-30-2003 06:25 PM
CGI mailing list script, anyone? Lorne Cameron HTML 1 07-02-2003 05:19 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57