diff --git a/src/MistoxWebsite.Server/Services/EmailService/EmailService.cs b/src/MistoxWebsite.Server/Services/EmailService/EmailService.cs index 7cc0a86..77ba15b 100755 --- a/src/MistoxWebsite.Server/Services/EmailService/EmailService.cs +++ b/src/MistoxWebsite.Server/Services/EmailService/EmailService.cs @@ -21,7 +21,6 @@ namespace MistoxWebsite.Server.Services { using (SmtpClient client = new SmtpClient( EmailServer, EmailPort )){ client.EnableSsl = true; client.Credentials = new System.Net.NetworkCredential( EmailAddress, EmailPassword ); - try { MailMessage msg = new MailMessage(){ IsBodyHtml = true,