当前位置:编程学习 > C#/ASP.NET >>

关于发送NET邮件的问题

为什么我所用的办法在本地都可以发送邮件,而传到服务器上了就不行了呢?》?服务器上发不了! --------------------编程问答-------------------- 服务器上的smtp设置了没? --------------------编程问答-------------------- 设置了的,端口也是25,但是我觉得和这个SMTP没关系的,因为我本地不装SMTP都可以发的 --------------------编程问答-------------------- 提示的什么错误? --------------------编程问答-------------------- 连接不上服务器
The transport failed to connect to the server.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Runtime.InteropServices.COMException: The transport failed to connect to the server.


--------------------编程问答-------------------- 用的是的net.mail命名空间吗?把代码贴出来看看?邮件服务器是自己架设的吗?如果是自己架设,端口映射是否ok了? --------------------编程问答-------------------- 用的是的net.mail命名空间的话,
SmtpClient SC = new SmtpClient();
SC.Host = "127.0.0.1";
试试
补充:.NET技术 ,  C#
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,