diff options
| author | Michael <[email protected]> | 2017-05-17 21:46:35 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-17 21:46:35 -0400 |
| commit | b30aa70580b3b94e51834ccb47525c8cdaca1064 (patch) | |
| tree | 3502036f7c6023c766d64d48ce05204fd3fdeb9b /Project-Unite/App_Start | |
| parent | 7a595af37eb8082f557dca186fc25abf8e988dce (diff) | |
| download | project-unite-b30aa70580b3b94e51834ccb47525c8cdaca1064.tar.gz project-unite-b30aa70580b3b94e51834ccb47525c8cdaca1064.tar.bz2 project-unite-b30aa70580b3b94e51834ccb47525c8cdaca1064.zip | |
For the love of Rylan Arbour.
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 11f3b31..db5889a 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(); }; - await smtp.SendMailAsync(sMsg); + smtp.Send(sMsg); } catch (Exception ex) { |
