我想在 ASP.NET MVC 网站上发送电子邮件,但它不起作用。
我认为问题在于这个例外
“client.ServicePoint.Address”引发了类型为 System.Uri {System.NotSupportedException} 的“System.NotSupportedException”类型的异常。
在代码之后
var client = new SmtpClient("smtp.office365.com", 25)
在本文档https://docs.microsoft.com/en-us/dotnet/api/system.net.servicepoint.address?view=netcore-3.1中,它说异常是由于“ServicePoint 处于主机模式。 " 我不知道。
谁能解释一下并告诉我如何解决?
谢谢,