如何在asp网页中添加CDO引用
我正在尝试在 asp 中创建一封新电子邮件并使用 CDO 将其发送到邮件服务器。我相信我需要 CDO 或发送电子邮件功能的参考。书中说使用这个:
Set objNewMail = Server.CreateObject("CDONTS.NewMail")
不幸的是,它现在可以工作,因为它在 asp 中出错。现在确定如何添加引用或 com 对象,以便它可以使用 asp 通过 iis 工作。我指的书是:ASP In a nut shell 2nd Addition。 “CDO 对象模型” 我使用的是 Windows XP 或 Windows Server 2003。
I'm trying to create a new email in asp and send it to a mail server using CDO. I believe I need a reference for CDO or Send Email functionality. In the book it says use this:
Set objNewMail = Server.CreateObject("CDONTS.NewMail")
Unfortunately that is now working as it errors out in asp. Now sure how to add the reference, or com object so that it will work through iis using asp. The book I'm referring to is: ASP In a nut shell 2nd addition. "The CDO Object Model" I'm using windows xp or windows server 2003.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用这个代替 cdonts
use this instead of cdonts