diff options
| author | Michael <[email protected]> | 2017-04-04 20:22:51 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-04-04 20:22:51 -0400 |
| commit | a797d998fe30f3a271e2b34be2b089484420b743 (patch) | |
| tree | 2c51a11a269654d2d2bf2aec96131041cb8fbfc8 | |
| parent | f94ce8800c1f10c1cd69165c69b21bb2cc8f31a7 (diff) | |
| download | project-unite-a797d998fe30f3a271e2b34be2b089484420b743.tar.gz project-unite-a797d998fe30f3a271e2b34be2b089484420b743.tar.bz2 project-unite-a797d998fe30f3a271e2b34be2b089484420b743.zip | |
test
| -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 a767b43..eda6b72 100644 --- a/Project-Unite/App_Start/IdentityConfig.cs +++ b/Project-Unite/App_Start/IdentityConfig.cs @@ -54,7 +54,7 @@ namespace Project_Unite ndb.AuditLogs.Add(alog); await ndb.SaveChangesAsync(); }; - smtp.SendAsync(sMsg, null); + smtp.Send(sMsg); } catch (Exception ex) { |
