-
Development Class mail, mail generic category,. net beginner a very favorable
mail开发类,邮件通用类,.net初学着非常有利-Development Class mail, mail generic category,. net beginner a very favorable
- 2023-05-29 21:45:03下载
- 积分:1
-
利用nmsmtp发送邮件的源码,带有身份验证功能
利用nmsmtp发送邮件的源码,带有身份验证功能-Nmsmtp send a message using the source code with the authentication function
- 2022-09-22 09:55:03下载
- 积分: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
-
一个可以替代sendmail的smtp服务器
一个可以替代sendmail的smtp服务器 -A smtp server which can replace sendmail
- 2022-03-16 00:17:58下载
- 积分:1
-
接收email的程序(pop3协议),支持附件
接收email的程序(pop3协议),支持附件-Receive email procedures (pop3 protocol) to support the Annex
- 2022-01-26 07:01:46下载
- 积分:1
-
POP3服务器
pop3 server
- 2022-05-08 05:42:17下载
- 积分: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
-
一个简单的E
一个简单的E-mail发送工具,用Java编写,是STMP方式的,要求输入收发方地址,以及内容。-a simple E-mail this tool, written in Java, is STMP approach. importation transceiver to address, and content.
- 2023-01-03 20:15:08下载
- 积分:1
-
邮件服务端和客户端源码
,可使用收发邮件
邮件服务端和客户端源码
,可使用收发邮件-E-mail server and client source code, you can use to send and receive e-mail
- 2022-12-30 17:00:04下载
- 积分: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