“Unable to read data from the transport connection: net_io_connectionclosed.” - Windows Vista Business and SMTP

后端 未结 11 1559
北海茫月
北海茫月 2021-02-06 21:37

Unable to test sending email from .NET code in Windows Vista Business.

I am writing code which I will migrate to an SSIS Package once it its proven. The code is to send

11条回答
  •  -上瘾入骨i
    2021-02-06 22:21

    If you are using localhost (Use Localhost) in IIS 7, then change it to IP address of the machine instead of localhost or 127.0.0.1

    Also follow below link to update your mail server relay accordingly:

    Mailbox unavailable. The server response was: 5.7.1 Unable to relay for abc@xyz.com

提交回复
热议问题