Jump to content

Mailing List


Northern Flame

Recommended Posts

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.