|
Set objNewMail = CreateObject("CDONTS.NewMail") objNewMail.Send("me@company.com", "you@company.com", "Hello", _ "I sent this in 3 statements!", 0) ' low importance Set objNewMail = Nothing ' canNOT reuse it for another message 但是我在win2000/iis5.0(有smnp服务)下却发不出去, 不知是怎么回事,是不是还需有其它的设置. |
|
|
|
你的服务器是不是通过代理?你的服务器是否装上了防火墙?
|
|
|
是通过一个代理服务器,但是没有防火墙。
怎么办呢? |
|
|
mark
|
|
|
我也遇到同样的问题,有代理服务器的情况下发送是不成功的,怎么办呢?关注!!
|
|
|
up
|
|