.NET Best Method to Send Email (System.Net.Mail has issues)

后端 未结 7 924
被撕碎了的回忆
被撕碎了的回忆 2020-12-14 19:17

This seems to be pretty straight forward. I need to send email from some ASP.NET applications. I need to do this consistently without strange errors and without CPU utilizat

相关标签:
7条回答
  • 2020-12-14 19:56

    In .NET 4.0, SmtpClient is now disposable. The SMTP QUIT command is issued upon disposal such as when used in a using block.

    0 讨论(0)
提交回复
热议问题