How do I create a emailer from a database of emails?
I have a Mysql database about 1,200 but don’t know how to export, alphabetize the list for a emailer. I also want the option to let people off list who don’t wanna receive the email.
Before you start this you need to get authority from everyone you are trying to mail, otherwise you are breaking the law. You will almost certainly be blocked by your mail provider for spam if you send them. You would need a php web front end, then you need a subscription control table to set who you send to or not. The php scripts can run the queries for sorting and displaying them.
powered by Yahoo Answers
Before you start this you need to get authority from everyone you are trying to mail, otherwise you are breaking the law. You will almost certainly be blocked by your mail provider for spam if you send them. You would need a php web front end, then you need a subscription control table to set who you send to or not. The php scripts can run the queries for sorting and displaying them.
References :
Comment by Colinc — March 24, 2010 @ 10:29 pm