搜索资源列表
smtp2(good)
- 简单的收发邮件程序,能够写邮件并将其发送的指定的服务器-a simple email sender, can write and send email.
mailpop3
- 该程序实现了简单的POP3邮件客户端程序,能从网络服务器上将自己的邮件下载到本地,以方便阅读。-the program a simple POP3 mail client program. from the network server will download their mail to the local, to facilitate reading.
sharpwebmail-0.13
- SharpWebMail是一款C#编写的ASP.NET下的EMail客户端。它通过POP3服务器接收邮件,通过SMTP服务器发送邮件。它的配置很简单(只需要在web.config 里面做几个设置)。-SharpWebMail is prepared by the C# ASP.NET customers under the EMail end. It adopted a POP3 server to receive mail through the SMTP server to send mai
SendAsimpleMail_ok
- 一个简单的邮件发送程序,基于VC编写,测试通过,服务器为smtp.sohu.com,其他服务器会把信件当作垃圾邮件。
SMTPMail
- 邮件发送程序 在本机上装上IIS服务器 就可进行邮件的简单发送
SendMail.rar
- 比较简单的一个发送邮件程序,选择邮件服务器,输入标题、内容、附件就可以发送了,A relatively simple procedure to send messages, select the mail server, enter the title, content, attachment can be sent
EmailSender
- 用JAVA编写的简单SMTP发送电子邮件,直接以本地作为SMTP服务器进行发送,对象-JAVA prepared using simple SMTP e-mail directly to the local as the SMTP server to send, Object
EmailManage
- 邮件收发系统 虽然是简单的邮件收发,但是利用到了SMTP协议和TCP同步协议实现的检查和接收指定的邮件服务器上的邮件。-While sending and receiving e-mail system is a simple mail, but the advantage of the SMTP protocol and TCP synchronization protocol specified in the inspection and receive messages on the
emailtransform
- 通过简单的SMTP协议,实现了邮件转发的功能。同时也可以添加附件,填写SMTP服务器,收件人,主题等信息,实现邮件的转发。-Simple SMTP protocol, to achieve the e-mail forwarding function. Can also add an attachment, fill in the SMTP server, recipient, subject and other information, to achieve e-mail forwarding
MailSend
- 利用System.Web.Mail这个名称空间.在这个名字空间下,有一个专门使用SMTP协议来发送邮件的类:SmtpMail,它已能满足最普通的发送邮件的需求。这个类只有一个自己的公共函数--Send()和一个公共属性—SmtpServer,您必须通过SmtpServer属性来指定发送邮件的服务器的名称(或IP地址),然后再调用Send()函数来发送邮件。您可以在Send函数的参数MailMessage对象中设置邮件的相关属性,如优先级、附件等等。除了以MailMessage对象为参数(如上述代