-
邮件发送代码
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
-
this a local area network system prog sms ram.
this a local area network sms system program.-this a local area network system prog sms ram.
- 2022-04-27 18:18:53下载
- 积分:1
-
Send e
delphi下 编程发送邮件源代码-Send e-mail under delphi programming source code
- 2022-09-21 07:00:03下载
- 积分:1
-
实现的发送email的CMC(Common Message Calls interface)类
实现的发送email的CMC(Common Message Calls interface)类- Realization transmission email CMC (Common Message Calls
interface) kind
- 2022-09-14 22:20:03下载
- 积分:1
-
SMTP发送邮件
这是我的SMTP邮件发送的项目。我配置这是Gmail的邮件发送,如果妳希望从任何其他域发送邮件只是改变的细节。
- 2022-02-27 02:30:42下载
- 积分:1
-
用于电子邮件的接收与发送和其他软件一样好用
用于电子邮件的接收与发送和其他软件一样好用-for e-mail sending and receiving and other software like Easy
- 2022-10-20 01:15:04下载
- 积分:1
-
smtp.dll(动态链接库)
smtp的动态库,邮件发送过程中用的动态库,里面有详细的代码,接口简单无需文档,自己研究一下就可以使用了, 性能稳定。-smtp dynamic library, mail sent to the process of making DLL containing a detailed code, simple interface without documents, their study on the use of the stable performance.
- 2023-07-25 08:35:02下载
- 积分:1
-
发送邮件的客户端程序源码
发送邮件的客户端程序源码-send mail client program source
- 2022-02-03 07:07:23下载
- 积分:1
-
用vb.net编写的发送邮件的客户端源代码
用vb.net编写的发送邮件的客户端源代码-using vb.net prepared by the mail client source code
- 2022-05-22 23:41:11下载
- 积分:1
-
email server system designed in HTML and PHP
电子邮件管理系统,通过电子邮件提供客户机-服务器通信。收件箱,sentbox,垃圾邮件等…好的学期项目
- 2022-02-03 21:15:27下载
- 积分:1