由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - 怎么add sending email action in ASP?
相关主题
如何创建ASP页请教ASP做购物车的问题。
Re: Is BBS.MIT.edu built with CGI or ASP?Ask Monark: How to solve the string quote problem
Re: 初学乍问:如何让Apache支持ASP?How to log each user's activities on a certain website?
Re: 一个具体问题,网叶参数的传递紧急救助:ASP安全问题
ASP & serletASP可以访问远程数据库么?
Question on ASP, Help!!!用ASP制作网页的几个问题
我的网页制作观:要那么时髦干吗?Free Webspace supportting ASp or CGI
请问ASP在UNIX下能否运行?谢谢How to access ORACLE via ASP?
相关话题的讨论汇总
话题: email话题: send话题: asp话题: objmail话题: sending
进入BuildingWeb版参与讨论
1 (共1页)
h**i
发帖数: 57
1
弱弱的问, 除了code,我还需要在server上做些东西吗?
r****y
发帖数: 26819
2
你得有个smtp server吧。

【在 h**i 的大作中提到】
: 弱弱的问, 除了code,我还需要在server上做些东西吗?
t*****y
发帖数: 17
3
' ### Send email
set ObjMail = Server.CreateObject("cdonts.newmail") 'Create the email
object

ObjMail.To = "X**[email protected]" 'Email you want to send to
ObjMail.Cc = "X**[email protected]" 'cc you want to send to

ObjMail.Subject = "XXXXXXXXX" 'the subject of the email message.
ObjMail.Body=bodyText 'This is the body of the email
ObjMail.BodyFormat = 0
ObjMail.Send 'Send the email
set ObjMail = nothing

【在 h**i 的大作中提到】
: 弱弱的问, 除了code,我还需要在server上做些东西吗?
1 (共1页)
进入BuildingWeb版参与讨论
相关主题
How to access ORACLE via ASP?ASP & serlet
难道没有哪个大虾做过ASP and ORACLE的interface 吗?Question on ASP, Help!!!
is IIS server4.0 free download?我的网页制作观:要那么时髦干吗?
[转载] 想要原码么?请问ASP在UNIX下能否运行?谢谢
如何创建ASP页请教ASP做购物车的问题。
Re: Is BBS.MIT.edu built with CGI or ASP?Ask Monark: How to solve the string quote problem
Re: 初学乍问:如何让Apache支持ASP?How to log each user's activities on a certain website?
Re: 一个具体问题,网叶参数的传递紧急救助:ASP安全问题
相关话题的讨论汇总
话题: email话题: send话题: asp话题: objmail话题: sending