-
-
-
-
-
-
src.rar
基于smtp的邮件发送器;功能:根据人名猜测email地址,并对邮件进行群发,其中部分代码改自原网络下载,特此声明
-
SendMail_ok.rar
一个基于VC的简单邮件发送程序(无附件),smtp为sohu,其他服务器一般会认为是垃圾邮件,只有smtp.sohu.com比较好,哈
-
-
-
mailserver_src.rar
Mailserver Source code - Delphi.
Simple Mail server source code. SMTP and POP3 protocols.
-
smtpr.rar
A simple smtp relay server. Which follows smtp protocol correctly. It receive an email. and relay it out to an email server specified by users.
Platform: unix, linux, windows.
compilation command: g++ smtpr.c -lsocket -lnsl -o smtpr
usage: smtpr < ...
-