diff options
| author | Michael <[email protected]> | 2017-05-17 21:39:15 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-17 21:39:15 -0400 |
| commit | fbc08ffadc4d9563504c1d320dcaeab1863638af (patch) | |
| tree | 624c3e702865345e00fa05d6f6e4c53125810d23 /Project-Unite | |
| parent | 2ee768de1b0aa31dea49f1f8771aea6b96e55820 (diff) | |
| download | project-unite-fbc08ffadc4d9563504c1d320dcaeab1863638af.tar.gz project-unite-fbc08ffadc4d9563504c1d320dcaeab1863638af.tar.bz2 project-unite-fbc08ffadc4d9563504c1d320dcaeab1863638af.zip | |
email tweaks
Diffstat (limited to 'Project-Unite')
| -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 a317e22..aab3ef1 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.Send(sMsg); + smtp.SendAsync(sMsg, null); } catch (Exception ex) { |
