for the love of rylan arbour and jonathan ladouceur WORK DAMNIT

This commit is contained in:
Michael 2017-05-18 13:45:56 -04:00
parent e572dcc528
commit 35a0980d93

View file

@ -35,13 +35,12 @@ public Task SendAsync(IdentityMessage msg)
}
},
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)
{