Top "Mailkit" questions

MailKit is a cross-platform .NET mail-client library optimized for mobile.

Send email using Html template with MailKit in .net core application

I am sending an email from .net core application using MailKit, and it will sent it successfully. But I want …

c# asp.net-core-mvc asp.net-core-1.0 email-templates mailkit
Saving attachments using MailKit library ?

I'm trying to learn how to use the MailKit library but I am struggling to retrieve attachments. So far my …

c# asp.net imap mailkit
I'm getting a MailKit.Security.SslHandshakeException when trying to connect to "smtp.office365.com"

I am trying to use MailKit to send an email message via "smtp.office365.com". Here is the code I'm …

c# email ssl mailkit
Sending email via C# Mailkit / Mimekit but server certificate error comes in

0 Code in Visual Studio 2015 1 I am using Mailkit latest version (1.18.1.1) for sending an email from my own email server. 2 The …

c# ssl ssl-certificate mailkit mimekit
AuthenticationException when tryign to connect to mail server using MailKit

I am using MailKit to try and send email though an exchange server via SMTP but when I try to …

c# mailkit