I am trying to come up with a good way to validate a users email address is working. I have a form that the user will enter their email address. Upon submission I would like to send them an email and if it does not get rejected to update the MYSQL database with their email address. Does this sound possible?