由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Internet版 - Re: CGI发email的东西?
相关主题
JSP: How to decide which field?有什么SMTP能够用于发HOTMAIL的信?
Hotmail的Blocked Sender为什么不管用?请教新闻组的问题
那位大虾能告诉在下如何解析域名邮件问题是否可以在一个域名下面同时架web server和email server
win2k中自带的smtp虚拟服务器是什么东东?大哥们,给个smtp在家里发信用,急!
除了yahoo,还啥支持pop smtp ?ESMTP 疑问,谢谢
Again, telnet smtp服务器的问题[请教高手]在家用email软件只能收不能发
那里能找到可以支持mail delay的smtp server呢?我的yahoo.com.cn的POP3怎么突然不能用了?
还有free的smtp吗?pop3&SMTP about yahoo.com.cn?
相关话题的讨论汇总
话题: cgi话题: mail话题: simple话题: java话题: program
进入Internet版参与讨论
1 (共1页)
v***o
发帖数: 5
1

simple SMTP programming is not hard at all. you can open a socket at port 25
to the destination mail server, specify the sender and recipient, and then the
data, and off you go.
or you can use a lot of mail utilities available on the web. sun has a java-baed
mail util method in the jdk too.
the following is a simple java mail program. you can change it a little bit
and invoke the program inside CGI
1 (共1页)
进入Internet版参与讨论
相关主题
pop3&SMTP about yahoo.com.cn?除了yahoo,还啥支持pop smtp ?
Yahoo and Hotmail 的SMTP, POP3大家知道吗?Again, telnet smtp服务器的问题
请问有免费的smtp relay 服务吗?那里能找到可以支持mail delay的smtp server呢?
谁知道比较好用得pop smtp信箱。好像yahoo.com不行。还有free的smtp吗?
JSP: How to decide which field?有什么SMTP能够用于发HOTMAIL的信?
Hotmail的Blocked Sender为什么不管用?请教新闻组的问题
那位大虾能告诉在下如何解析域名邮件问题是否可以在一个域名下面同时架web server和email server
win2k中自带的smtp虚拟服务器是什么东东?大哥们,给个smtp在家里发信用,急!
相关话题的讨论汇总
话题: cgi话题: mail话题: simple话题: java话题: program