For the love of Rylan Arbour.

This commit is contained in:
Michael 2017-05-17 21:46:35 -04:00
parent 7a595af37e
commit b30aa70580

View file

@ -56,7 +56,7 @@ public async Task SendAsync(IdentityMessage message)
ndb.AuditLogs.Add(alog);
await ndb.SaveChangesAsync();
};
await smtp.SendMailAsync(sMsg);
smtp.Send(sMsg);
}
catch (Exception ex)
{