mirror of
https://github.com/lempamo/Project-Unite.git
synced 2025-01-22 11:21:47 -05:00
for the love of rylan arbour and jonathan ladouceur WORK DAMNIT
This commit is contained in:
parent
e572dcc528
commit
35a0980d93
1 changed files with 2 additions and 3 deletions
|
@ -35,13 +35,12 @@ public Task SendAsync(IdentityMessage msg)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
Subject = "[ShiftOS] " + msg.Subject,
|
Subject = "[ShiftOS] " + msg.Subject,
|
||||||
BodyText = msg.Body,
|
BodyHtml = msg.Body,
|
||||||
BodyHtml = "html",
|
|
||||||
Tracking = true,
|
Tracking = true,
|
||||||
FooterAddress = "sys@michaeltheshifter.me",
|
FooterAddress = "sys@michaeltheshifter.me",
|
||||||
SignatureDomain = "getshiftos.ml"
|
SignatureDomain = "getshiftos.ml"
|
||||||
};
|
};
|
||||||
|
|
||||||
var result = reachmail.Easysmtp.Post(request);
|
var result = reachmail.Easysmtp.Post(request);
|
||||||
if (result.Failures)
|
if (result.Failures)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue