Use the form below to create an account with the site. All fields are required *

// WebMail.SmtpServer = App.SmtpServer; // WebMail.EnableSsl = true; // WebMail.UserName = App.UserName; // WebMail.Password = App.Password; // WebMail.From = App.From; // WebMail.Send( //to: email, //subject: "Please confirm your account", body: message, isBodyHtml: true);