Membership API
While using Membership API, It is a very normal task to send user a registration or verification email. We can achieve that using two ways one is using the default email setting of Create User Control and other is by implementing CreateUserWizard.CreatedUser event Method 1: Drag and Drop the create user control, right click then properties and find MailDefination and set appropriate values for each property. BodyFileName is basically the location of the file which contains the body of the email. ......