-
邮件发送代码
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
-
C#编写的邮件收发系统,有测试Demo,帮助你很快入手,非常实用!...
C#编写的邮件收发系统,有测试Demo,帮助你很快入手,非常实用!-prepared by the mail system, a testing Demo, and help you start very soon, very practical!
- 2022-02-03 09:29:07下载
- 积分:1
-
vc 6.0 下编写的邮件客户端
支持 smtpt和pop
vc 6.0 下编写的邮件客户端
支持 smtpt和pop-vc 6.0 prepare mail client support, and pop smtpt
- 2023-07-08 09:10:03下载
- 积分:1
-
应用smtp协议实现对电子邮件的传送,类似于outlook expre
应用smtp协议实现对电子邮件的传送,类似于outlook expre-Smtp protocol applications to realize e-mail transmission, similar to outlook expre
- 2022-02-27 00:09:31下载
- 积分:1
-
A simple mail monitor program ,when new mail arrive ,prompt amessage window to n...
A simple mail monitor program ,when new mail arrive ,prompt amessage window to notify user. (need mail server support imap)
- 2023-06-11 23:00:03下载
- 积分:1
-
邮件收发小程序,仿foxmail.
邮件收发小程序,仿foxmail.-mail small program, I imitation.
- 2022-02-27 00:21:49下载
- 积分:1
-
演示了如何连接到Hotmail 邮箱,列出收件箱中的邮件,发送和接收电子邮件,使用 C# 和XMLHTTP 组件。样例代码包含了一个.NET代码,演示了通过HT...
演示了如何连接到Hotmail 邮箱,列出收件箱中的邮件,发送和接收电子邮件,使用 C# 和XMLHTTP 组件。样例代码包含了一个.NET代码,演示了通过HTTPMail 连接到Hotmail和使用其它邮件协议(如POP3, IMAP4, 或 SMTP)一样简单。- How demonstrated has connected the Hotmail mailbox, listed
receives in a box the mail, the transmission and the receive email,
used C# and the XMLHTTP module. The type example code has contained a
NET code, demonstrated has connected Hotmail through HTTPMail and uses
other mail agreements (for example POP3, IMAP4, or SMTP) is equally
simple.
- 2022-02-04 15:28:02下载
- 积分:1
-
一个系统服务程序,支持SMTP,POP3,IMAP4,也就是所有Mail协议都支持了。是一个相当不错的服务器程序...
一个系统服务程序,支持SMTP,POP3,IMAP4,也就是所有Mail协议都支持了。是一个相当不错的服务器程序-a system service that supports SMTP, POP3, IMAP4, which is all agreements Mail support. It is a very good server
- 2023-01-10 07:05:03下载
- 积分:1
-
UNIX的收发邮件客户端
UNIX下的收发邮件客户端-Unix transceiver mail client
- 2022-02-28 14:07:34下载
- 积分:1
-
java开发的邮件服务器 搭建很快 简单实用
java开发的邮件服务器 搭建很快 简单实用-email server developed by Java. it is easy using and can be constructed quickly.
- 2023-01-08 01:15:03下载
- 积分:1