Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

IIS[Vista+IIS7+APS.Net]无法发送邮件

[复制链接]
youkelai 发表于 2007-11-19 20:57:42 | 显示全部楼层 |阅读模式
以下code在一个c# console程序中执行就可以发送邮件成功,但是作为一个web service通过web去调用,就说client has not right to connect to email server.!

MailMessage mailMsg = new MailMsg();!
mailMsg.to ...!
mailMsg.cc ...!
mailMsg.subject ...!


SmtpClient client = new SmtpClient("smtp.server.com");!
client.Credentials = CredentialCache.DefaultNetWorkCredential;!

client.Send (mailMsg);!
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-15 14:26 , Processed in 0.017621 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表