Send mail using localhost SMTP

后端 未结 6 1983
失恋的感觉
失恋的感觉 2020-12-14 07:41

I am trying to setup SMTP server on IIS for sending mails. The SMTP server is intended to be used by the ASP.NET code in C#.

I was previously using gmail smtp where

6条回答
  •  别那么骄傲
    2020-12-14 08:10

    It depends on how you configure the smtp server. You might not need to use any credentials at all, and just configure the server to only accept local connections.

提交回复
热议问题