This is a very simple, safe and neat News subscriber with ability:
1- Subscribe email
2- Check if email is already subscribed or not and inform the user
3- Save all emails in database
4- View all emails in admin page
5- Ability to add or remove un-subscription option
6- Email Validation
Instruction
- To have this News Subscriber up and running, you must first create a database.
- When created a database you need to import news.sql into your database OR execute below statement in
your sql query area
Sql statement goes here
- (If you are not sure how to do above, you then need to search Google to find out how)
- Drag and drop the extension to the page. (It does not matter if your page extension is html or php.
- Enter the details for database into the extension
- Choose a strong admin password
- Admin page to view the list of emails is: http://www.yoursite.com/subscribe/list.php. Basically you can
install it on any page and directory and admin page will be accessible from directory and then
/subscribe/list.php
“Bear in mind that in this version you only will get the list of emails and then you have to email your customers”
New Version (in couple of month) which will be chargable:
- Ability to get users’s name if needed
- Ability to send group emails directly from admin page.