View Full Version : Newsletters
redice
02-27-2006, 03:51 PM
Hi All,
I would like to add a newsletter feature on one of my websites.
I dont really know how the concept works, all I do know is that one should
be able to subscribe and unsubscribe using their email address.
Could someone kindly explain to me how the concept works and what is
required to get it working.
Redice
redice
02-28-2006, 02:46 PM
Anyone??
jscheuer1
02-28-2006, 03:18 PM
You should use some type of server side package designed for that. Find out what server side languages your host supports and if they already have a newsletter package available for you. If you have support for one or more server side languages but no package available, find one (Google) that uses one of your available languages. There are also remotely hosted newsletter services that do not require much installation on your part and none on your host's. These can be found via Google as well.
Now as to the concept - folks sign up by submitting their email address, this goes into a database maintained on either your server (or in the case of remote hosting, on the remote host's server). Every so often (as you configure it) or at certain times of your choosing the system sends out the newsletter which you must provide (on a timely basis if it is at a set interval). Folks can usually choose to leave the list simply by selecting an option on each newsletter, the database of active users is updated on the server.
You could choose to maintain all this simply by having folks email you personally and then putting them on a mailing list in your email program or web email interface and then periodically sending everyone on the list a newsletter email. This is more work and resource intensive for your email server/program hard disk, etc.
redice
02-28-2006, 03:59 PM
Any suggestions on some of these software, mostly in php or any other that can work on a linux based server?
If you dont want to type them here you may PM me
Redice
It's called a mailing list. A popular mailing list package is Mailman (http://www.gnu.org/software/mailman/).
redice
02-28-2006, 07:58 PM
Hi,
Not the mail list but the newsletter software as it will be easier to use.
Would'nt it?
redice
From the description of Mailman:
Mailman is free software for managing electronic mail discussion and e-newsletter lists.
redice
02-28-2006, 08:46 PM
Yes I had a glimpse of that,
But I could find a feature in mailman where by i have a field in my
webpage saying subscribe to newsletter.
Redice
If you were to google a bit, you'd find this (http://www.chaloner.ca/article.php?story=20021007134835618).
redice
02-28-2006, 09:31 PM
Thanks
wizkidweb16
07-11-2006, 05:44 PM
You can also just have the newsletter signup be a simple php email form. Many email accounts, including Outlook, have the grouping ability. Every time someone signs up, you could add their email to a specific newsletter group.
The infamous Microsoft Outlook is a client, not an email account.
I think the point was rather to avoid human interaction, other than the obvious necessity of actually writing the newsletter.
apoc.3.21
05-09-2008, 07:35 PM
I need help also. Just like what redice said. Kinda of a old thread, but I need to know what I need to get started. What programs are best, what kind of languages, cause I don't get any of this yet.
Njuletter
05-17-2008, 11:11 AM
Hi All,
I would like to add a newsletter feature on one of my websites.
I dont really know how the concept works, all I do know is that one should
be able to subscribe and unsubscribe using their email address.
Could someone kindly explain to me how the concept works and what is
required to get it working.
Redice
Hi Redice,
I know a script that will suit your needs. It will allow you to create subscription and unsubscription forms and will generate html code to be inserted into your websites. Then you will be able to create newsletters and send to your subscribers. You can find it here: http://www.google.ru/search?hl=ru&q=newsletter+program&lr=&aq=f
techno_race
05-18-2008, 05:23 AM
You could try doing this with Google Groups.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.