搜索资源列表
java mail源码
- 用java实现发送邮件,压缩文件中有个j2ee.jar:已经包含了javamail,JAF包,只是Java mail需要的 1)直接拷贝j2ee.jar,将其添加到jbuilder的library中,或系统ClassPath中。 2)压缩文件中还包含一个配置文件MailServer.properties,需要放到工程文件的class目录 3)这个源代码也是在网友的基础上修改的。如有问题,欢迎交流讨论。 -mail, compressed files are 000 j2e
20065612120585_newasp
- 可以在NT下直接使用SMTP服务发送邮件,不需要附加程序,大大增强了服务器的安全性。-in NT direct use SMTP mail services, eliminating the need for additional procedures, greatly enhanced server security.
BCB6_EMAIL_Client
- 采用C++ Builder 6.0工具编写的完整的邮件收发软件源码,支持SMTP/POP3协议,可直接编译运行.-C Builder 6.0 tools for the preparation of the integrity of the mail software source code, forwarding for SMTP/POP3 support agreement can be directly translated operation.
SMTPClass
- SMTP邮件发送类,代码非常丰富,方便直接使用-SMTP mail this category, code is very rich, convenient and direct use
bcb001
- 该应用程序可以不依赖C++ Builder环境来运行,双击即可运行。也可以在C++ Builder 6.0中打开MailProj.bpr文件,直接编译运行即可。该程序是一个简单的邮件接收和发送系统。注意:因为现在邮箱大多数都要求有用户名和密码,所以在发送邮件时可能会失败。(注:有时在其他计算机上运行时可能会出现一个“Invalid resourec file:....”的警告。 可以忽略,单击“OK”按钮即可,程序会在编译中重新生成这个文件)-the application can not re
mailtest
- 通过网络流行的MAIL程序修改得到的,能自由连接现有大部分服务器,使用SMTP服务直接发送邮件。-through the network popular MAIL be revising the procedures, which will connect the existing freedom of the majority of servers, the use of SMTP service direct mail.
MAIL_CHECKER
- 一个使用VC6.0实现的邮件检查程序的源码,实现了POP3协议,使用Socket连接直接建立POP3服务器的连接,并通过发送POP3协议命令串实现邮件的检查,有价值呦!-use VC6.0 achieve a mail screening procedures source code, the realization of the POP3 protocol, the use of a direct link Socket POP3 server connectivity, and throug
SMTP_POP3.zip
- 不通过SMTP服务器中转,直接将电子邮件发送到用户信箱,Do not transit through the SMTP server directly to e-mail sent to users mailbox
mail
- 这是一个邮件发送代码,该应用程序可以不依赖C++ Builder环境来运行,双击即可运行。 也可以在C++ Builder 6.0中打开MailProj.bpr文件,直接编译运行即可。 该程序是一个简单的邮件接收和发送系统。 注意:因为现在邮箱大多数都要求有用户名和密码,所以在发送邮件时可能会失败。 (注:有时在其他计算机上运行时可能会出现一个“Invalid resourec file:....”的警告。 可以忽略,单击“OK”按钮即可,程序会在编译中重新生成这个文
EmailSender
- 用JAVA编写的简单SMTP发送电子邮件,直接以本地作为SMTP服务器进行发送,对象-JAVA prepared using simple SMTP e-mail directly to the local as the SMTP server to send, Object
chuancyoujian
- 可以嵌入到你的系统中去发送简单的邮件内容(特别适用于后台发送邮件的要求),直接函数调用就行了(调用方式参见WinMain())。-Can be embedded into your system to send a simple message content (especially for the requirements of mail in the background), a direct function call on the line (see method calls WinMa
smtp
- 实现邮件告警,直接make一下,C语言stmp 使用方法如下:。./mail -s [标题] -f [发件人地址] -r [回复的邮件地址] -S [邮件服务器地址]-T [发送的字符串] -F [发送的文件名的内容] 收件人地址-To achieve e-mail alerts, make a direct look, C language stmp used as follows:. ./Mail-s [title]-f [sender addresses]-r [reply to e-
MailSend
- 利用System.Web.Mail这个名称空间.在这个名字空间下,有一个专门使用SMTP协议来发送邮件的类:SmtpMail,它已能满足最普通的发送邮件的需求。这个类只有一个自己的公共函数--Send()和一个公共属性—SmtpServer,您必须通过SmtpServer属性来指定发送邮件的服务器的名称(或IP地址),然后再调用Send()函数来发送邮件。您可以在Send函数的参数MailMessage对象中设置邮件的相关属性,如优先级、附件等等。除了以MailMessage对象为参数(如上述代
smtp
- vc 发送邮件功能,可以直接使用,用VC6.0打开-vc send e-mail function
jmail
- jmail组件,安装成功后可直接进行收发邮件服务。(JMail component, after installation, can send and receive mail directly.)