I have a website created in ASP and I would to auto-send an email upon user’s registration, to verify the users info - like the one used here at KIRUPA, when you initially signup.
When the user signs up, a random text string is generated and saved along with the users profile in a database. For instance user ‘kaanuki’ and string ‘xyzzy’.
In the register.asp script the values are compared to the ones stored in the database and if they match the user is validated.
That way you know that the email address that kaanuki entered when he registered is a valid email address and kaanuki can read mails sent to the address.