serilog / serilog-sinks-email

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

Remove XOAUTH2 #83

Open AR1ES opened 4 years ago

AR1ES commented 4 years ago

Hello! I get "Authentication error" when I using office 365 mail server.

I test MimeKit and found that I need to remove XOAUTH2 before authentication smtpClient.AuthenticationMechanisms.Remove("XOAUTH2");