testing...

This commit is contained in:
Michael 2017-05-17 21:41:34 -04:00
parent fbc08ffadc
commit 6aa909c9bd

View file

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