-
匿名邮件发送 Delphi 匿名邮件发送 Delphi
匿名邮件发送 Delphi 匿名邮件发送 Delphi-Delphi anonymous anonymous e-mail e-mail Delphi
- 2022-01-26 00:08:22下载
- 积分:1
-
邮件发送代码
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
-
实现的发送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
-
通过网络流行的MAIL程序修改得到的,能自由连接现有大部分服务器,使用SMTP服务直接发送邮件。...
通过网络流行的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.
- 2022-02-09 13:40:21下载
- 积分:1
-
SSIS包调用邮件控件发送自定义邮件
资源描述SQL SSIS 包调用邮件控件,发送邮件,设置SMTP, 发送附件,通过配置设定发件人,收件人,发送附件的文件等等
- 2023-09-02 19:20:03下载
- 积分:1
-
好的邮件客户端的实现,POP3,SMTP
好的邮件客户端实现,pop3,smtp
-good mail client to achieve, pop3, smtp
- 2022-01-26 00:50:27下载
- 积分:1
-
Email的收发,用Vb.Net编写的简洁版本
Email的收发,用Vb.Net编写的简洁版本-Email transceiver with Vb.Net prepared concise version
- 2022-12-11 15:45:03下载
- 积分:1
-
这是本人在完成邮件发送系统中用JavaMail发送需要认证邮件的原代码,有实际应用价值。...
这是本人在完成邮件发送系统中用JavaMail发送需要认证邮件的原代码,有实际应用价值。-This is the completion of my mail delivery system using JavaMail need to send certified mail of the original code, the practical application value.
- 2023-03-12 08:55:03下载
- 积分:1
-
sent annex to the good use of the mail client software code
可以发送附件的很好用的邮件客户段软件代码-sent annex to the good use of the mail client software code
- 2022-03-04 06:24:56下载
- 积分:1
-
nPOP目前,最小的邮件客户端,此为最新版本源码,而且代码相当全,包括不同语言版本,不同平台版本等。PC环境下使用VC的平台。...
nPOP目前,最小的邮件客户端,此为最新版本源码,而且代码相当全,包括不同语言版本,不同平台版本等。PC环境下使用VC的平台。-nPOP At present, the smallest e-mail client, this is the latest version of source code, and rather the entire code, including different language versions, different versions of such platforms. PC environment platform using VC.
- 2022-07-06 19:52:10下载
- 积分:1