搜索资源列表
sm
- VB写的发送电子邮件程序,不依靠其它邮件服务器,自建SMTP。本机地址可随便填写(可以发163、126等等),发送搜狐(SOHU)等等的必须填写本机的域名或IP。供VB程序员参考。-VB wrote this e-mail program that does not rely on other mail server, relying on SMTP. The machine address can be readily fill (163,126 can be made, etc.), sen
Email
- 简单的邮件过滤系统,根据发送方和接收方的ip地址过滤-Simple mail filtering system, according to the sender and the recipient' s ip address filtering
MailSend
- 利用System.Web.Mail这个名称空间.在这个名字空间下,有一个专门使用SMTP协议来发送邮件的类:SmtpMail,它已能满足最普通的发送邮件的需求。这个类只有一个自己的公共函数--Send()和一个公共属性—SmtpServer,您必须通过SmtpServer属性来指定发送邮件的服务器的名称(或IP地址),然后再调用Send()函数来发送邮件。您可以在Send函数的参数MailMessage对象中设置邮件的相关属性,如优先级、附件等等。除了以MailMessage对象为参数(如上述代
MyMailPost
- 邮件收发程序,用C++实现,利用TCP、IP实现-email client program