.NET SMTP Client - Client does not have permissions to send as this sender

后端 未结 8 1815
不思量自难忘°
不思量自难忘° 2020-12-16 12:03

I\'m getting strange occurance on our servers when I am trying to send an email using SmtpClient class via an ASP MVC3 project. This is the code I am using.

         


        
8条回答
  •  鱼传尺愫
    2020-12-16 12:27

    One thing worked for me using Visual studio 2013 running packages. i removed the 'Use Windows Authentication' tag in the SMTP Connection Manager Editor.

提交回复
热议问题