Open lazarus-cm opened 3 days ago
Hey - your request is certainly reasonable. Just in case though, I submitted the change as a Major bump.
Give it some time, as the latest 3.0.0 version was just published. https://www.nuget.org/packages/Serilog.Sinks.SendGridEmail/
Then please give it a shot
Summary When EmailConnectionInfo.IsBodyHtml is set to false emails are still being sent as HTML rather than plain text.
Reproduce Create an
EmailConnectionInfo
object with IsBodyHtml set to false (default anyway) Use the connection info when calling the Serilog WriteTo methodExpected outcome Email sent as plain text, not HTML.
Platform .Net 8 (windows) azure hosted web app