How do I send an email confirmation link to the user.
        Posted  
        
            by 
                adeel tahir
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by adeel tahir
        
        
        
        Published on 2011-03-20T07:50:36Z
        Indexed on 
            2011/03/20
            8:09 UTC
        
        
        Read the original article
        Hit count: 398
        
I am developing a website where I need to send confirmation link to the user's e-mail account when he/she signs-up.
When user clicks this link then a field userEnable in database changes from "false" to "true".
How do I send a confirmation e-mail to a user when user clicks on the signup button.
When user clicks on this confirmation link then how would the field UserEnable change from "false" to "true"
I am using asp.net 4.0 with VB.NET as the language and SQL Server 2008 for my database.
© Stack Overflow or respective owner