cleanup
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user