This commit is contained in:
Michael 2017-04-04 20:22:51 -04:00
parent f94ce8800c
commit a797d998fe

View file

@ -54,7 +54,7 @@ namespace Project_Unite
ndb.AuditLogs.Add(alog); ndb.AuditLogs.Add(alog);
await ndb.SaveChangesAsync(); await ndb.SaveChangesAsync();
}; };
smtp.SendAsync(sMsg, null); smtp.Send(sMsg);
} }
catch (Exception ex) catch (Exception ex)
{ {