how to send an activation code through email? in asp.net mvc2
i have button called ask for activation code, when i click on the button i开发者_C百科t should send an activation code email to the user? what is the best way of doing?
You could use the SmtpClient class to send emails in.NET.
精彩评论