MySQL: Spam Free (Send/Receive) Emails. HOW?

2006-09-09 Thread deafmickey
I would like to create a MySQL to protect my subscribers and clients from receiving a spam emails. I can create a new table for MySQL and write new script for PHP MySQL: mysql_query(CREATE TABLE members( members_id INT NOT NULL AUTO_INCREMENT, PRIMARY KEY(id), email_address VARCHAR(50)) or

Re: MySQL: Spam Free (Send/Receive) Emails. HOW?

2006-09-09 Thread deafmickey
What is MTA? I am not sure if GoDaddy supports Postfix. I will phone Godaddy to find out. Thanks Mel Michael Loftis wrote: --On September 9, 2006 12:11:15 AM -0700 deafmickey [EMAIL PROTECTED] wrote: I would like to create a MySQL to protect my subscribers and clients from