I want to instil an email checking method whereby all users that signed up will receive an email with a confirmation code. Clicking on the link with the confirmation code will confirm that the email is true and therefore truly registering that person.
How to come up with the confirmation code? I think alphanumeric combination would be best. Do i just simply randomize characters or use a certain formula?
Next question is, what if the email bounces back? I don't want hundreds of bounced emails coming up to my mail. How do I make the mySQL decide that it is time's up for the user confirmation without me doing a search everyday?
How to come up with the confirmation code? I think alphanumeric combination would be best. Do i just simply randomize characters or use a certain formula?
Next question is, what if the email bounces back? I don't want hundreds of bounced emails coming up to my mail. How do I make the mySQL decide that it is time's up for the user confirmation without me doing a search everyday?