-
匿名发EMAIL程序
匿名发EMAIL程序-Anonymous email procedures
- 2022-05-23 08:09:18下载
- 积分:1
-
smtp mail delivery vehicle
smtp邮件发送工具-smtp mail delivery vehicle
- 2022-05-13 09:09:18下载
- 积分: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
-
auth Cyrus SASL库
Cyrus SASL Auth library
- 2022-02-06 00:19:43下载
- 积分: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
-
Outlook源代码VB 6.14 MB 85
・功能超过OUTLOOK! 1.对企业所有职员收发邮件进行权限控制,邮件记录备份。 2.对企业客户进行建档...
Outlook源代码VB 6.14 MB 85
・功能超过OUTLOOK! 1.对企业所有职员收发邮件进行权限控制,邮件记录备份。 2.对企业客户进行建档管理,对往来邮件进行分发给职员进行联系,业务跟进。 3.对企业和客户往来邮件进行查询,统计,分析,归档等。 ...
-Outlook VB source code 614 MB more than 85 functional OUTLOOK! 1. Right enterprise e-mail to all staff for authority control, mail back-up records. 2. For customers Files management of contacts mail distributed to the staff contact follow-up operations. 3. Right between enterprises and customers mail inquiries, statistics, analysis and archiving.
- 2022-07-18 08:03:56下载
- 积分:1
-
VB编写的邮件收发系统,希望对大家有帮助。
这是用Vb编写的邮件收发系统,希望对大家有帮助.-Vb prepared by the mail system, and I hope to be helpful.
- 2022-07-03 19:17:06下载
- 积分:1
-
临时电子邮件地址脚本
临时电子邮件地址脚本
- 2022-02-06 19:11:02下载
- 积分: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
-
smtp邮件服务器源码
smtp邮件服务器源码--Source code of Smtp email server
- 2023-04-17 19:30:03下载
- 积分:1