summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-17 21:41:34 -0400
committerMichael <[email protected]>2017-05-17 21:41:34 -0400
commit6aa909c9bd9516545bc4b44f1c97f61144816723 (patch)
tree24398479f17176c4bd84fba5a48e3dd83f555d0d
parentfbc08ffadc4d9563504c1d320dcaeab1863638af (diff)
downloadproject-unite-6aa909c9bd9516545bc4b44f1c97f61144816723.tar.gz
project-unite-6aa909c9bd9516545bc4b44f1c97f61144816723.tar.bz2
project-unite-6aa909c9bd9516545bc4b44f1c97f61144816723.zip
testing...
-rw-r--r--Project-Unite/App_Start/IdentityConfig.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/App_Start/IdentityConfig.cs b/Project-Unite/App_Start/IdentityConfig.cs
index aab3ef1..fcd3b2b 100644
--- a/Project-Unite/App_Start/IdentityConfig.cs
+++ b/Project-Unite/App_Start/IdentityConfig.cs
@@ -56,7 +56,7 @@ namespace Project_Unite
ndb.AuditLogs.Add(alog);
await ndb.SaveChangesAsync();
};
- smtp.SendAsync(sMsg, null);
+ await smtp.SendMailAsync(sMsg);
}
catch (Exception ex)
{