Windows 2003中的CDO电子邮件 [英] CDO email in Windows 2003

查看:116
本文介绍了Windows 2003中的CDO电子邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在远程W 2003服务器上发送表单邮件时遇到问题。


我使用的测试脚本如下

<% @ Language = VBScript%>

<%Set objMessage = CreateObject(" CDO.Message")

objMessage.From =" me"

objMessage.Subject =" test"

objMessage.To =" me@me.com"

objMessage.TextBody =" testing"

objMessage.Configuration.Fields.Item(" http://schemas.microsoft.com/cdo/configuration/sendusing")

= 2

objMessage.Configuration.Fields.Item(" http://schemas.microsoft.com/cdo/configuration/smtpserver")

=" mySMTPserver"

objMessage .Configuration.Fields.Item(" http://schemas.microsoft.com/cdo/configuration/smtpserverport")

= 25

objMessage.Configuration.Fields。更新

objMessage.Send

%>


我一直在这整个早上,我好好受够了。


有什么东西在我脸上盯着吗?

I am having trouble sending a form email on a remote W 2003 server.

The test script I am using is as follows
<%@ Language=VBScript %>
<% Set objMessage = CreateObject("CDO.Message")
objMessage.From = "me"
objMessage.Subject = "test"
objMessage.To = "me@me.com"
objMessage.TextBody = "testing"
objMessage.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/sendusing")
= 2
objMessage.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserver")
= "mySMTPserver"
objMessage.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/configuration/smtpserverport")
= 25
objMessage.Configuration.Fields.Update
objMessage.Send
%>

I have been on this all morning and i''m well fed up.

Is there something staring me in the face??

推荐答案

< pi *** @ smorley.co.uk>在消息中写道

news:11 ********************** @ o13g2000cwo.googlegr oups.com ...
<pi***@smorley.co.uk> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
我在远程W 2003服务器上发送表单邮件时遇到问题。

我使用的测试脚本如下
<%@ Language = VBScript%>
<%设置objMessage = CreateObject(" CDO.Message")
objMessage.From =" me"
objMessage.Subject =" test"
objMessage.To =" me@me.com"
objMessage.TextBody =" testing"

objMessage.Configuration.Fields.Item(" http://schemas.microsoft.com/cdo / confi

guration / sendusing")= 2

objMessage.Configuration.Fields.Item(" http://schemas.microsoft.com/cdo/confi

guration / smtpserver")=" mySMTPserver"

objMessage.Configuration.Fields.Item(" http://schemas.microsoft.com/cdo/confi

guration / smtpserverport")= 25
objMessage.Configuration.Fields.Update
objMessage.Send
%>

我整个上午一直都在这,我很好吃饱了。

有什么东西盯着看我的脸?
I am having trouble sending a form email on a remote W 2003 server.

The test script I am using is as follows
<%@ Language=VBScript %>
<% Set objMessage = CreateObject("CDO.Message")
objMessage.From = "me"
objMessage.Subject = "test"
objMessage.To = "me@me.com"
objMessage.TextBody = "testing"
objMessage.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/confi
guration/sendusing") = 2
objMessage.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/confi
guration/smtpserver") = "mySMTPserver"
objMessage.Configuration.Fields.Item("http://schemas.microsoft.com/cdo/confi
guration/smtpserverport") = 25
objMessage.Configuration.Fields.Update
objMessage.Send
%>

I have been on this all morning and i''m well fed up.

Is there something staring me in the face??




是mySMTPserver实际上你的SMTP服务器的名称?



Is "mySMTPserver" actually the name of your SMTP server?


''当然它不是!它是mail.whatever.co.uk我用我的

服务提供商检查了它。

''course it aint! it''s mail.whatever.co.uk I checked it with my
service provider.



pi***@smorley.co.uk 写道:
''当然它不是!它是mail.whatever.co.uk我用我的
服务提供商检查过。
''course it aint! it''s mail.whatever.co.uk I checked it with my
service provider.




当你说你不能得到它时工作正常,会发生什么?你有什么

错误信息?



When you say you can''t get it to work properly, what happens? What
error messages do you get?


这篇关于Windows 2003中的CDO电子邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆