Archive

Posts Tagged ‘address from database’

Email Checking

October 20th, 2009 Comments off

Application needed to check existing email addresses on database are valid.

Create a page. When “run” is clicked, application checks all emails on database, and deletes any contact that has invalid email address from database).

Add a tick box called “do not delete”. If tick box is ticked, application does not delete contact when it finds an invalid email. Instead, it only deletes the email address from database, and still leaves the contact on the database.

Bear