Using MailKit To Send And Receive Email In ASP.net Core - Dot Net Core Tutorials

In previous posts I’ve talked about how you can now use the legacy SMTPClient class inside .NET to send emails. As commentators on this post have pointed out however, this has now been deprecated and the official documentation actually points you towards a very popular email library called “MailKit“. It’s open source, it’s super extensible, …
November 02, 2017
2643
2550