社区
ASP
帖子详情
各位大侠,可以提供我一个用aspmail发送e-mail既例子嘛? 急~~~~~
chenyubang
2005-03-17 07:31:27
各位大侠,可以提供我一个用aspmail发送e-mail既例子嘛?
最好是已经使用过,测试过的
...全文
240
4
打赏
收藏
各位大侠,可以提供我一个用aspmail发送e-mail既例子嘛? 急~~~~~
各位大侠,可以提供我一个用aspmail发送e-mail既例子嘛? 最好是已经使用过,测试过的
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用AI写文章
4 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
chenyubang
2005-03-19
打赏
举报
回复
顶一下先
chenyubang
2005-03-18
打赏
举报
回复
用探针试过,Persits.MailSender (ASPEmail 邮件发送)可以
不过现在还没有成功过啊,各位大侠帮忙一下好吗
blow_jj(阿俊),你的例子我调试不行啊,sorry
纪俊
2005-03-17
打赏
举报
回复
<%
'>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Subject = Request.Form( "subject" )
Body = Request.Form( "body" )
Set Mailer = Server.CreateObject( "ASPMAIL.ASPMailCtrl.1" )
For i=1 to Counter-1 step 2
email = Mails( i )
Recipient = email
Sender = "webmaster@aaa.org" '######-邮件发送者
Subject = Subject
Message = body
MailServer = "aaa.org" '######-邮件服务器
Result = Mailer.SendMail( mailserver , recipient , sender , subject , message)
%>
<tr><td><Font style="Font-Family: Verdana; Font-size:13px"><Font color=#FF0000>(<%=(i+1)/2%>)</FONT>..........<%=Mails( i )%>..........<Font color=#FF0000>发送成功..........<hr size=1 color=#000000>
<%
Next
End If
%>
chenyubang
2005-03-17
打赏
举报
回复
使用Persits.MailSender 就OK
POJ 1039 Pipe 判断直线与线段相交+求两直线交点
http://poj.org/problem?id=1039 The GX Light Pipeline Company started to prepare bent pipes for the new transgalactic light pipeline. During the design phase of the new pipe shape the company ran into ...
poj 1039 Pipe (判断 直线和 线段 是否相交 并 求交点)
http://poj.org/problem?id=1039题意:已知电缆是由一段段直的管道连接而成的,并知道这些管道的位置,问一束光从最左边射进来,你可以调节光入射的位置和角度,问最远能射到多远。(光束不能射穿管道) 题解:枚举 :
一个
最优的 直线 可能 和 管道没有交点,(但是 我们可以经过 平移,旋转 使其 与 管道 有 交点 这样的解 同样是最优 的,我们 枚举和 管道 ...
POJ 1039 Pipe(直线和线段相交判断,求交点)
Pipe Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 8280 Accepted: 2483 Description The GX Light Pipeline Company started to prepare bent pipes for the new ...
POJ 1039 Pipe
POJ 1039 Pipe Description The GX Light Pipeline Company started to prepare bent pipes for the new transgalactic light pipeline. During the design phase of the new pipe shape the company ran into the p...
ASP
28,402
社区成员
356,941
社区内容
发帖
与我相关
我的任务
ASP
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
复制链接
扫一扫
分享
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章