email tweaks

This commit is contained in:
Michael 2017-05-17 21:39:15 -04:00
parent 2ee768de1b
commit fbc08ffadc

View file

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