serilog / serilog-sinks-email

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

Added support for bcc #51

Closed john-luke-laue closed 1 month ago

john-luke-laue commented 6 years ago

pretty simple PR - just needed to add bcc email addresses

nblumhardt commented 1 month ago

Thanks for sending this (all those years ago :-)) - sorry about the lack of response back then.

It'd be interesting to explore adding a hook to the sink that would allow any arbitrary MailMessage property to be configured, but I think covering the whole email API in configuration of this sink is a non-goal currently.