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

后端 未结 7 1015
被撕碎了的回忆
被撕碎了的回忆 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条回答
  •  Happy的楠姐
    2020-12-14 19:38

    I've used Quicksoft in the past and have no complaints. Another thing you can try is switching the SMTP configuration to use a pickup folder instead of sending using the network which should get around the "it doesn't send QUIT" issue.

提交回复
热议问题