egatenby

Results 1 issues of egatenby

Hello, Is it possible to make the [decoding](https://github.com/austineric/Send-MailKitMessage/blob/master/Project/Send_MailKitMessage.cs#L142) of HTML in HTMLBody optional? ``` Body.HtmlBody = HttpUtility.HtmlDecode(HTMLBody); //decode html in case it was encoded along the way ``` I am...