diff options
| author | Michael <[email protected]> | 2017-05-17 21:41:34 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-17 21:41:34 -0400 |
| commit | 6aa909c9bd9516545bc4b44f1c97f61144816723 (patch) | |
| tree | 24398479f17176c4bd84fba5a48e3dd83f555d0d /Project-Unite/App_Start | |
| parent | fbc08ffadc4d9563504c1d320dcaeab1863638af (diff) | |
| download | project-unite-6aa909c9bd9516545bc4b44f1c97f61144816723.tar.gz project-unite-6aa909c9bd9516545bc4b44f1c97f61144816723.tar.bz2 project-unite-6aa909c9bd9516545bc4b44f1c97f61144816723.zip | |
testing...
Diffstat (limited to 'Project-Unite/App_Start')
| -rw-r--r-- | Project-Unite/App_Start/IdentityConfig.cs | 2 |
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) { |
