用System.Net.Mail发邮件时出现的问题
我用System.Net.Mail
发邮件时,在本机发邮件成功,但放到服务器上却失败:
前提条件,服务器上没有装杀毒软件,没有开防火墙。发送邮件时报错如下:
Failure sending mail.System.Net.Mail.SmtpException: Failure sending mail. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: 由于连接方在一段时间后没有正确答复或连接的主机没有反应,连接尝试失败。
------解决方案--------------------
能看完整代码不?