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
MailKit Imap get read and unread status of a mail

I am using MailKit to read messages from a gmail account. Works great. But, I want to get the message …

c# asp.net-mvc imap mailkit mimekit
Asp.Net Core MailKit: The remote certificate is invalid according to the validation proceedure

I have a question regarding email sending on asp.net core. So I have this code: private void SendEmailLocalSMTP(string …

c# asp.net email gmail mailkit
MailKit : Obtaining new mail notification from IMAP server

I need to create a service (or console) app that connects to an IMAP server and listens for new mail. …

c# imap mailkit
Using MailKit to send through Outlook.com

I'm trying to send an email through my Outlook.com email address using MailKit. I've followed all the examples I've …

asp.net-core mailkit outlook.com
.net Core Mailkit send attachement from array

I am testing .Net Core MVC, which does not support System.Net.Mail, the only alternative I found is Mailkit, …

c# asp.net-mvc email-attachments memorystream mailkit