-
邮件发送代码
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
-
邮件发送类,支持 Base64,附件,验证功能
邮件发送类,支持 Base64,附件,验证功能- The mail transmission class, supports the Base64, appendix, the
confirmation function
- 2022-07-11 21:41:17下载
- 积分:1
-
Email加密发送程序
Email加密发送程序-Email encryption sent procedures
- 2023-03-24 21:20:03下载
- 积分: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
-
在使用本范例之前,请确认已经正确安装Weblogic7.0,以及javaMail API开发包。...
在使用本范例之前,请确认已经正确安装Weblogic7.0,以及javaMail API开发包。-using this model, make sure that you have the correct installation Weblogic7.0 and javaMail API development kits.
- 2023-04-28 09:35:03下载
- 积分:1
-
有必要提供SMTP服务器信息的程序,夹带附件,…
本程序需要设置smtp服务器信息,可以夹带附件,点击菜单栏preference->sendMail即可发送。-the procedures necessary to provide smtp server information, entrainment annex, Click on the menu bar preference-
- 2023-03-07 00:45:03下载
- 积分:1
-
通过VB自带的控件实现对邮件的接收,代码虽然简单 但也能实现大部分功能....
通过VB自带的控件实现对邮件的接收,代码虽然简单 但也能实现大部分功能.-VB own control through the realization of e-mail reception, the code is simple but can also realize the majority of functionality.
- 2022-02-02 08:15:52下载
- 积分:1
-
pop3 mail servers connected to the communication process
连接pop3邮件服务器的通讯程序-pop3 mail servers connected to the communication process
- 2022-02-03 03:03:26下载
- 积分:1
-
C# mail (WINform) to hasten our own mail and the limited time available to try b...
用C#发送邮件(WINform) 赶快给自己发封邮件试试 因为时间有限所以写得比较急~!-C# mail (WINform) to hasten our own mail and the limited time available to try because there is more anxious to write ~!
- 2022-01-30 14:33:21下载
- 积分:1
-
java开发邮件,详细介绍了如何读取、发送eamil邮件。官方介绍...
java开发邮件,详细介绍了如何读取、发送eamil邮件。官方介绍-java development of e-mail, detailing how to read, send e-mail eamil. Official Introduction
- 2022-01-26 00:13:43下载
- 积分:1