搜索资源列表
EmailSender
- 用JAVA编写的简单SMTP发送电子邮件,直接以本地作为SMTP服务器进行发送,对象-JAVA prepared using simple SMTP e-mail directly to the local as the SMTP server to send, Object
Base64Encoding
- 一个封装好的 BASE64 编码/解码 的类。 利用windows自带的 XMLDOM 对象的数据类型转换功能,对数据进行 BASE64 编码/解码。速度超级的快!-A good package BASE64 encoding/decoding classes. XmlDOM use windows built-in object data type conversion function, data BASE64 encoding/decoding. Super fast speed!
Section5_WebMail
- 连接POP3服务器;得到邮件对象数组;查看指定的邮件信息;删除邮件; 连接SMTP服务器,然后就是设置邮件的相关信息,最后是调用方法完成发邮件操作。-POP3 server connectivity receive e-mail object array view the designated e-mail information delete mail connecting SMTP server, and then is set up e-mail information, an
emailsmtp
- EmailSMTP,使用PB开发,调用SMTP协议发送邮件-EmailSMTP This program sends E-Mail using the SMTP protocol. The SMTP object inherits from my Winsock object. It supports HTML formatted messages and attachments. Images embedded within HTML messages are also sup
MailSend
- 利用System.Web.Mail这个名称空间.在这个名字空间下,有一个专门使用SMTP协议来发送邮件的类:SmtpMail,它已能满足最普通的发送邮件的需求。这个类只有一个自己的公共函数--Send()和一个公共属性—SmtpServer,您必须通过SmtpServer属性来指定发送邮件的服务器的名称(或IP地址),然后再调用Send()函数来发送邮件。您可以在Send函数的参数MailMessage对象中设置邮件的相关属性,如优先级、附件等等。除了以MailMessage对象为参数(如上述代
