MohammadEbrahimi-dev / Email-Sender-MailKit

Email Sender with mailkit in asp.net core 7 + partialview to string + Fix Error Of “The SMTP server requires a secure connection”

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email Sender Source Code

Title Of The Features :

Email Sender by MailKit in ASP.NET Core 7

PartialView Convertor To String
How To Fix Error Of “The SMTP server requires a secure connection”

Description :

This little project sends an email by using mailkit. The template of email support HTML and you can add any template of HTML to the partial view which convert a partial view to string of HTML codes.

If you use Gmail as email service, you may encounter an error that says “The SMTP server requires a secure connection or the client was not authenticated”

To solve this problem, you may follow my pdf .



If you want just use partial view to string, you can go to this page.

About

Email Sender with mailkit in asp.net core 7 + partialview to string + Fix Error Of “The SMTP server requires a secure connection”


Languages

Language:C# 55.9%Language:HTML 32.4%Language:CSS 11.7%