mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-02-02 04:57:35 +00: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 @@ namespace Project_Unite
|
|||
ndb.AuditLogs.Add(alog);
|
||||
await ndb.SaveChangesAsync();
|
||||
};
|
||||
smtp.Send(sMsg);
|
||||
smtp.SendAsync(sMsg, null);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue