serilog / serilog-sinks-email

A Serilog sink that writes events to SMTP email
Apache License 2.0
73 stars 68 forks source link

mailSubject parameter has no effect #65

Closed cmeeren closed 9 months ago

cmeeren commented 5 years ago

In the WriteTo.Email call, the optional mailSubject has no effect. It is ignored whether or not EmailSubject is provided in the EmailConnectionInfo object. If no EmailSubject is provided, the subject is simply "Log email", regardless of whether the mailSubject is provided in WriteTo.Email.

nblumhardt commented 9 months ago

3.0.0-dev-* improves the way the configuration methods work (although it's still in need of some polish). Sorry about the lack of response earlier, hope you were able to sort something out. Closing as stale.