python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
.Net Core 5 - Mailkit : cannot send mail after publish
I'm using Mailkit to send mails in my .Net Core 5 mvc application. In Visual Studio everything works fine when debugging. I receive the mails i send so i know the settings are correct. But when i publ...
kenhas
Votes: 0
Answers: 0
Send email html body as Base64 encoded
How do I in Mimekit send an email having the html body base64 encoded?
In code I first create the entire body as a MimeEnitity including attachments using the BodyBuilder. Then I create the MimeMessag...
Munk
Votes: 0
Answers: 1
"Antiforgery token could not be decrypted" when trying to connect to SMTP server in ASP.NET Core 5 MVC
I have an ASP.NET Core 5 MVC web application. I'm attempting to send an email whenever users fill out my contact form. I'm using MailKit to send emails and trying to connect to a NameCheap (Private Em...
Ethan Partridge
Votes: 0
Answers: 0
Can mailkit in ASP.NET read a config file?
I'm trying to build a web-app in ASP.NET core 3.1 for managing a company's clients. When the user saves a new client in the database, I want the app to send a welcome mail to the client.
I tried doing...

Don
Votes: 0
Answers: 1