View Full Version : Stupid email list
Lucky
12-06-2006, 07:48 PM
Hey, so, I have tried looking all over the internet for info on this, but, to no avail. Maybe you guys can be of some help. Here is the deal. I created a website for my band using frontpage. I am hosting it through godaddy.com. I created a box to put in one's email address for a mailing list. It seems to work; however, I have no idea how to fetch the names off the email list....This probably isn't specific enough, or maybe it is. Some help would be appreciated. thanks.
paroxysm
12-06-2006, 09:49 PM
Uhm, usually you have it setup to send an e-mail. I did that in a basic web design class and thats how we did it. We just used the information from the forms to open a new e-mail. Sucks if the person doesn't have e-mail setup on their machine but could work until you get it setup the way you like.
insyder
12-06-2006, 11:44 PM
Are you using GoDaddy Windows or Linux based hosting?
There are so many options from very simple to complex php/mySQL based solutions you can use. PHPList comes to mind.
Lucky
12-07-2006, 02:01 AM
Well, I am using GoDaddy windows. I originally tried having it sent to access as a database, but, I can't get the database thing to show any information...
I tried having the info sent to email, but, that created some other problem with frontpage....at this point, I'd take either one, I just want this to work....
Thanks again guys!
ps - I have no idea what php/mysql is, just in case it's imperative for me to know that....god, I sound like an idiot....hopefully, i'm a better singer than I am a webmaster...
insyder
12-07-2006, 09:27 AM
This (http://www.webscriptlist.com/scripts/scripts/f.asp?fid=193976) one looks like something easy to use and populates an MSAcess database with email addresses submitted through a form.
Here's the readme:
AspBurst myNewsletter Script
Written by Tim Wong
http://www.aspburst.com
Version 1.1.2
------------------------------------------------------------------------------
Version History
1.1.2
Misc upgrades, font changes, minor layout tweaks & URL updates
Readme FAQ updated with additional troubleshooting section
1.1.1 - Fixed a bug where you could not delete an email with spaces in it
1.1 - Fixed a bug with signature editing
1.0 - First release of script
------------------------------------------------------------------------------
[ Notes ]
- The script supports 2 kinds of database. Either MS Access or MS
SQL Server. If you plan on using SQL Server, then you can delete
the file named "renameThisDatabase.mdb" in your /newsletter/
directory.
- CDONTS component must be installed on your server. By default,
all NT servers should have the CDONTS component installed. This
component is used to send mail to all your subscribers.
------------------------------------------------------------------------------
[ Basic Instructions ]
- Unzip the zip file that contains all the script files. Note that all
files must be unzipped into your /newsletter folder in your website's
root directory.
E.g: yourDomain.com is your domain name. Then all files must be
unzipped into yourDomain.com/newsletter
If you do not unzip it into the correct directory, it will cause errors
and the script will not run.
- Time to modify variables
[ variables.asp ]
Important: You will need to rename your database name to anything you
desire if you plan to use MS Access. The default name is 'renameThisDatabase.mdb".
After renaming your database in your /newsletter directory, make sure the
same name is entered in the databaseName field in variables.asp.
If you are not planning to use MS Access, you can delete this file away.
Next, you will need to do is to uncomment the line (remove the single inverted comma
at the front of the variable, strServerConnection) that reflects the database that
you want to use. The default is the first setting, which uses the MS Access as the
database. You can make use of MS SQL or System DNS settings if you know
how to configure them.
Next, make changes so that it reflects your website's URL / domain name,
email address and company name. There are instructions in the file itself to
guide you along.
- After you have unzipped/edited your files, run the installation file located
at http://www.yourDomain.com/newsletter/install.asp
This file should only be run once, as it'll create the database information
neccessary for your newsletter to run correctly. It is also highly advised
that you delete this file (install.asp) after installation is complete.
- After installation is completed, it'll then redirect you to the admin center
login page for the newsletter. You can then play around with the options
available.
- To get your users to sign up, all you need to do is to get to to visit
/newsletter/subscribeNewsletter.asp and fill in their email addresses there.
They will then be sent an email, and once they reply the confirmation
email, they will be added into the active subscribers list.
That's all. Your entire newsletter script has been set up successfully. Feel
free to contact me and drop your suggestions. All the best for your
website. Watch out for other scripts at http://www.aspburst.com
------------------------------------------------------------------------------
[ Troubleshooting FAQ ]
If you get an error like:
[Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query.
It means that you do not have write permissions for that folder. You
can either ask your host to set the permissions for you, or you can
set write permissions via your webhosting control panel.
insyder
12-07-2006, 09:32 AM
BTW, if you need help installing this or getting anything else set up with your site, shoot me a PM (http://www.bayarearidersforum.com/forums/private.php?s=&action=newmessage&userid=54).
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.