diff options
| author | Michael <[email protected]> | 2017-05-18 13:45:56 -0400 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-05-18 13:45:56 -0400 |
| commit | 35a0980d935834a8b378cb0c939ee64c29e4b427 (patch) | |
| tree | 8962be5e48eced78b9667fbd11860b0114ae8cf2 /Project-Unite | |
| parent | e572dcc528b95cc7cfc2475648d1e7558248e357 (diff) | |
| download | project-unite-35a0980d935834a8b378cb0c939ee64c29e4b427.tar.gz project-unite-35a0980d935834a8b378cb0c939ee64c29e4b427.tar.bz2 project-unite-35a0980d935834a8b378cb0c939ee64c29e4b427.zip | |
for the love of rylan arbour and jonathan ladouceur WORK DAMNIT
Diffstat (limited to 'Project-Unite')
| -rw-r--r-- | Project-Unite/App_Start/IdentityConfig.cs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Project-Unite/App_Start/IdentityConfig.cs b/Project-Unite/App_Start/IdentityConfig.cs index 520f060..1d79bb5 100644 --- a/Project-Unite/App_Start/IdentityConfig.cs +++ b/Project-Unite/App_Start/IdentityConfig.cs @@ -35,13 +35,12 @@ namespace Project_Unite } }, Subject = "[ShiftOS] " + msg.Subject, - BodyText = msg.Body, - BodyHtml = "html", + BodyHtml = msg.Body, Tracking = true, FooterAddress = "[email protected]", SignatureDomain = "getshiftos.ml" }; - + var result = reachmail.Easysmtp.Post(request); if (result.Failures) { |
