Can anyone let me know how to go about this?
Basically have a customer sign up form a site, where they can check a box to say they want to receive updates / offers etc.
So what I'm looking to do is enable the site owner to send emails to all those who have done so from the site.
ie get addresses from the email field in the cutomers table where the value of the receiveUpdates field = yes.
How would it typically work exactly - I imagine a form on a page where the owner can type in a title and message, hit a button that actions a php page that retrieves the correct records, and sends out the email.
Cheers.