-
邮件发送代码
package util;
import java.io.Serializable;
public class MailContract implements Serializable{
/**
* serialVersionUID:TODO
* @since Ver 1.1
*/
private static final long serialVersionUID = 1L;
/**发件人*/
private String sender;
/**发件人密码*/
private String pwd;
/**收件人*/
private String recipient;
/**邮件标题*/
private String title;
/**邮件内容*/
private String context;
public String getSender() {
return sender;
}
publi
- 2022-11-10 20:35:04下载
- 积分:1
-
到SMTP E附件支持
java写的支持附件的SMTP邮件程序.在分析以往一些排课软件的基础上,提出一个通用的排课管理信息系统的设计方法,并对一些具体的技术问题作出相应安排-support annex to the SMTP e-mail programs. The analysis of the past, some of the Course Scheduling software, based on a common course arrangement management information system design methods, as well as some specific technical problems to make the necessary arrangements
- 2022-11-24 07:35:03下载
- 积分:1
-
本套软件整合了国内及国际大量珍贵的商贸资源。发布的网站为商家经常浏览、查找信息的网站,因此具有相当好的广告效果。...
本套软件整合了国内及国际大量珍贵的商贸资源。发布的网站为商家经常浏览、查找信息的网站,因此具有相当好的广告效果。-the software integration of the domestic and international trade of a large number of precious resources. The website issued for businessmen often browse, find information website, it has a very good advertising effect.
- 2023-02-12 02:45:04下载
- 积分:1
-
电子邮件客户端程序!
电子邮件客户端程序!-e-mail client!
- 2022-08-18 16:55:59下载
- 积分:1
-
用于电子邮件的接收与发送和其他软件一样好用
用于电子邮件的接收与发送和其他软件一样好用-for e-mail sending and receiving and other software like Easy
- 2022-10-20 01:15:04下载
- 积分:1
-
不需要解压缩,一个好朋友给我编写的关于用VB来进行Email编程的例子对初学者不错...
不需要解压缩,一个好朋友给我编写的关于用VB来进行Email编程的例子对初学者不错-not extract, a good friend to me on the preparation for the VB Email Programming good example for beginners
- 2023-08-06 21:15:03下载
- 积分:1
-
一个基于MFC对话框结构的Mail发送客户端程序,该Mail客户端可以发送附件,支持SMTP服务器身份验证,BASE64编码。该程序用MFC的CSocket类开...
一个基于MFC对话框结构的Mail发送客户端程序,该Mail客户端可以发送附件,支持SMTP服务器身份验证,BASE64编码。该程序用MFC的CSocket类开发,作者自己写了一个CSMTP类来进行各种处理。注意,应用的实现部分在一个DLL中处理。(感谢我的朋友jplou)-an MFC dialog based on the structure of the Mail this client, the Mail client can send attachments, support SMTP authentication server, BASE64 encoding. The procedure used MFC CSocket category development, the author himself was a CSMTP to various types of processing. Note that some applications to achieve in a DLL address. (Thanks to my friend jplou)
- 2022-02-01 06:26:34下载
- 积分:1
-
mail, plus annexes.
发邮件,可以加附件。-mail, plus annexes.
- 2022-05-04 23:13:37下载
- 积分:1
-
smtp发邮件程序,支持加密/签名
smtp发邮件程序,支持加密/签名-smtp sends the mail procedure, supports the encryption/to sign
- 2022-10-23 20:25:03下载
- 积分:1
-
该应用程序可以不依赖C++ Builder环境来运行,双击即可运行。也可以在C++ Builder 6.0中打开MailProj.bpr文件,直接编译运行即可。...
该应用程序可以不依赖C++ Builder环境来运行,双击即可运行。也可以在C++ Builder 6.0中打开MailProj.bpr文件,直接编译运行即可。该程序是一个简单的邮件接收和发送系统。注意:因为现在邮箱大多数都要求有用户名和密码,所以在发送邮件时可能会失败。(注:有时在其他计算机上运行时可能会出现一个“Invalid resourec file:....”的警告。 可以忽略,单击“OK”按钮即可,程序会在编译中重新生成这个文件)-the application can not rely on the C Builder environment to run and double-click can run. Also in the C Builder 6.0 MailProj.bpr open documents can be directly translated operation. The procedure is a simple send and receive e-mail system. Note : Most mail now requires usernames and passwords, so mail may be a failure. (Note : Sometimes the other computers running there may be an "Invalid file resourec :...." warning. Can ignore and click "OK" button, the program will re-compile the formation of this document)
- 2022-02-06 06:53:56下载
- 积分:1