关于[Improving your ASP.NET Core site's e-mailing capabilities]的摘要:
Many websites depend heavily on e-mail: they send account confirmation e-mails, password reset e-mails, order confirmations, back-in-stock notifications and much more. Despite its importance, I often see that sending e-mail is an overlooked area when writing well maintainable and stable code. It's also often overlooked when monitoring sites and lots of code I have seen just assumes the mail server is up and running. But problems will occur; mail servers will go down, passwords do expire or get changed without updating the web site and more.
原文地址: https://imar.spaanjaars.com/614/improving-your-aspnet-core-sites-e-mailing-capabilities