Home > ASP, MS SQL > Email Checking

Email Checking

October 20th, 2009

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.


Email Checking