问题描述
我的win 2003服务器设置正确使用SMTP。我知道因为我已经测试了它好了。
但是,当我在下面发出CODE 1时,我会得到下面的错误1。我认为正确安装了
SMTP允许ASP将CDONTS用作邮件生成器。
还有更多吗?
代码1:
设置objMail = Server.CreateObject(" CDONTS.NewMail")
错误1:
服务器对象错误''ASP 0177:800401f3''
Server.CreateObject失败
/mlcnet/library/cls_DataReports.asp,第22行
800401f3
I have my win 2003 server setup correct with SMTP. I know because I''ve
tested it ok.
However, when I issue CODE 1 below, I get ERROR 1 below. I thought having
SMTP installed correctly allowed ASP to use CDONTS as a mail generator. Is
there more to it?
CODE 1:
Set objMail = Server.CreateObject("CDONTS.NewMail")
ERROR 1:
Server object error ''ASP 0177 : 800401f3''
Server.CreateObject Failed
/mlcnet/library/cls_DataReports.asp, line 22
800401f3
推荐答案
这篇关于CDONTS失败的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!