I'm setting up an email list and storing names in MySQL.
Step 1:
I need to first verify what they've entered is a valid email address and next check that is not already in the database, therefore eliminating any duplicates.
Step 2:
I need to write a script that can remove someone from the list should they choose to do so, using an id # in MySQL.
Step 3:
Does php have a BCC mail option? I need to be able to send text/html formatted emails to all the emails on the list using BCC.
If anyone replies, THANK YOU!
I'm a php/mysql novice.