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

后端 未结 7 1032
被撕碎了的回忆
被撕碎了的回忆 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:53

    While I haven't had any specific problems with System.Net.Mail so far, you can always use the older System.Web.Mail API which is a wrapper for CDOSYS.

提交回复
热议问题