From 35a0980d935834a8b378cb0c939ee64c29e4b427 Mon Sep 17 00:00:00 2001 From: Michael Date: Thu, 18 May 2017 13:45:56 -0400 Subject: [PATCH] for the love of rylan arbour and jonathan ladouceur WORK DAMNIT --- Project-Unite/App_Start/IdentityConfig.cs | 5 ++--- 1 file 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 = "sys@michaeltheshifter.me", SignatureDomain = "getshiftos.ml" }; - + var result = reachmail.Easysmtp.Post(request); if (result.Failures) {