• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

PHP and MySQL ? Creating a mailing list

Hey everyone... I added a feature to my band's Wordpress website/blog where users can subscribe to our mailing list. So we have people subscribe and their e-mail is stored in the database ... now, how can I write a PHP script or page that allows me to send a newsletter to all of the e-mails stored in that table?
 
How do you plan to send the mail? Do you have access to sendmail or some such low-level program from PHP? Maybe you just want a page that returns the list of emails, so you can copy/paste them into the Bcc field of your favorite mail program?
 
Back
Top