本文介绍了发送电子邮件后,此错误将出现“传输无法连接到服务器。 "的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
传输无法连接到服务器。
The transport failed to connect to the server.
推荐答案
smtp.EnableSsl = true;//if u are using secured ssl like gmail or yahoo mail
smtp.EnableSsl = false;// if u are using domainer mail like [email protected]
这篇关于发送电子邮件后,此错误将出现“传输无法连接到服务器。 "的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!