mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05:00
email tweaks
This commit is contained in:
parent
2ee768de1b
commit
fbc08ffadc
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue