.net: System.Web.Mail vs System.Net.Mail

前端 未结 7 966
慢半拍i
慢半拍i 2020-12-01 02:31

I am considering converting a project that I\'ve inherited from .net 1.1 to .net 2.0. The main warning I\'m concerned about is that it wants me to switch from System.

7条回答
  •  隐瞒了意图╮
    2020-12-01 03:20

    Biggest issue with System.Net.Mail is that it has no support for Implicit SSL. Use System.Web.Mail until you don't have a need for Implicit SSL support.

提交回复
热议问题