Northern Flame Posted August 6, 2007 Share Posted August 6, 2007 Hi I want to create a mailing list for my website but i have never done this before, I searched on google and all i found was free mailing lists but when a user subscribes, it takes them to the website that provides the free mailing list and it has an ad for them when i send out an email, can anyone help me create my own mailing list? Link to comment https://forums.phpfreaks.com/topic/63637-mailing-list/ Share on other sites More sharing options...
teng84 Posted August 6, 2007 Share Posted August 6, 2007 basically what is your ideal mailing list? i havent done this but i guess i know how Link to comment https://forums.phpfreaks.com/topic/63637-mailing-list/#findComment-317087 Share on other sites More sharing options...
Northern Flame Posted August 7, 2007 Author Share Posted August 7, 2007 i just want to report my websites news to who ever subscribes to my list, i want to have a form on my website where people can subscribe and then i just email them from [email protected] Link to comment https://forums.phpfreaks.com/topic/63637-mailing-list/#findComment-317088 Share on other sites More sharing options...
Northern Flame Posted August 7, 2007 Author Share Posted August 7, 2007 so can anyone help me out? Link to comment https://forums.phpfreaks.com/topic/63637-mailing-list/#findComment-317255 Share on other sites More sharing options...
pyrodude Posted August 7, 2007 Share Posted August 7, 2007 This should be fairly simple. Have the form that users use to subscribe to the newsletter enter their information into a database, then have a form for you that you use to compose your mailing list (be wary of using html emails!) and then have that pass the information to a simple php document that makes use of mysql (to pull the email info from the database) and loops with the mail() function. Link to comment https://forums.phpfreaks.com/topic/63637-mailing-list/#findComment-317332 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.