NETCore.MailKit
NETCore.MailKit copied to clipboard
.NET Core EmailKit extensions
The component works great staring on the startup.cs but i need to change de smtp setting on a controller, is that possible? thanks
Hello, I found two problems. 1. The attachment name is too long and will be garbled 2. The attachment was not released in time after sending Can you solve it?
- OS: Windows - .NET Framework: .Net 6 - Netcore.MailKit Version: 2.1.0  I am trying to send mail using the Netcore.MailKit but always getting Proxy protocol exception. **C# code**...
CSProj files have been updated to enable SourceLink in your nuget --- *[This pull request was created with an automated workflow]* I noticed that your repository and Nuget package are...
Is it possible to send email via gmail.com? What are settings? Thnx.
Hi. Could you please tell me, how can I add an attachment to the mail ? The second question is how to add many addresses to mailTo and to cc...
(would be an improvement)
邮件发送后不知道是否发送成功,能否加一个异步回调通知方法
During attachment processing, an stream is open to read the file content, but is not dispose or close, so the file is locks until GC finalize it. I created a...