serilog/serilog-sinks-email

Skip certificate revocation check

Closed this issue · 1 comments

I have an application that has no direct internet access. When the email sink sends an email the application hangs for 2 minutes while MailKit attempts to check whether certificates have been revoked.

MailKit has a CheckCertificateRevocation property which will skip the check. Is there a way to specify this for the email sink, or any workaround?

Closing as stale; recent sink versions support this through EmailConnectionInfo. HTH!