Squalls_dreams Posted January 15, 2008 Share Posted January 15, 2008 ??? hey everyone, I have a newsletter on my site and this is what it looks like http://johnfisher.myknet.org/ but I wanted to have people sign up so they can recieve the newsletter in there mail. How would I go about doing this? is there a php script where people can signup to recieve newsletters in there email? Quote Link to comment https://forums.phpfreaks.com/topic/86161-php-newsletter/ Share on other sites More sharing options...
adam291086 Posted January 15, 2008 Share Posted January 15, 2008 You will need a database and a form Have the user input their details. Then store that information in a database, maybe use mysql. Then when you send the letter out search the database for all the email addresses you have and set the header to include theses email address. Quote Link to comment https://forums.phpfreaks.com/topic/86161-php-newsletter/#findComment-440043 Share on other sites More sharing options...
revraz Posted January 15, 2008 Share Posted January 15, 2008 If you want something quick and easy, use something like coolist. Quote Link to comment https://forums.phpfreaks.com/topic/86161-php-newsletter/#findComment-440053 Share on other sites More sharing options...
Squalls_dreams Posted January 16, 2008 Author Share Posted January 16, 2008 alright, I'll give it a try. Thanks for the help. Quote Link to comment https://forums.phpfreaks.com/topic/86161-php-newsletter/#findComment-441064 Share on other sites More sharing options...
Grant Holmes Posted January 16, 2008 Share Posted January 16, 2008 Or look at constant contact or search other choices. One big point is that these services (some around $20-30/month as I remember) are a tad pricey, they offer the opt in/opt out stuff that is required by spam laws. They also allow you to manage various lists if you'd choose to have more than one. Depending on how many users you are managing, this might be a better solution. If most of your readers are "close", that is friends/relatives and know you, that may not matter. One other point if you have a LARGE list. You may have issues with your ISP in sending a lot out at once. They may not allow it, or that can get your server blacklisted. Another reason to use a professional service. Quote Link to comment https://forums.phpfreaks.com/topic/86161-php-newsletter/#findComment-441074 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.