-
邮件发送代码
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
-
临时电子邮件地址脚本
临时电子邮件地址脚本
- 2022-02-06 19:11:02下载
- 积分:1
-
EmailVC源程序
EmailVC源程序-EmailVC source program
- 2022-03-11 01:34:55下载
- 积分:1
-
smtp发邮件程序,支持加密/签名
smtp发邮件程序,支持加密/签名-smtp sends the mail procedure, supports the encryption/to sign
- 2022-10-23 20:25:03下载
- 积分:1
-
一个由C#实现的Mail Server, 支持: Supports multiple domains Supports multiple e...
一个由C#实现的Mail Server, 支持: Supports multiple domains Supports multiple e-address for one mailbox Support aliasesSupport email routing. eg *ivar* pattern routes all addresses containing ivar to specified mailbox.IP access filtering SMTP AUTH,SIZE commandsPOP3 APOP commandFull MS Sql server supportNice GUI for administation-a C# by the Mail Server support : Supports multiple domains Supports multiple e-mailbox address for one aliasesSupport Support email routing. Eg** IVAR pattern routes all addresses containing IVAR mailbox.IP access to specified SMTP AUTH filtering, editing SIZE commandsPOP3 commandFull MS Sql server supportNice GUI for Administration
- 2022-03-10 03:30:03下载
- 积分:1
-
SMTP协议得程序,实用经典,具体分析了smtp协议得细节,对初学者很有帮助...
SMTP协议得程序,实用经典,具体分析了smtp协议得细节,对初学者很有帮助-in the SMTP protocol procedures, practical classic analysis of the specific agreement in smtp details useful for beginners
- 2022-03-22 08:00:21下载
- 积分:1
-
本程序演示了如何用VC实现一个邮件客户端
本程序演示了如何用VC实现一个邮件客户端-This procedure demonstrates how to use VC to achieve a mail client
- 2023-04-14 20:05:03下载
- 积分:1
-
Bayesian C# spam filter demo for email
这是一个用C语言编写的贝叶斯垃圾邮件过滤器示例演示。我想我是从;http://www.codeproject.com。坦白说,我不确定。它的代码非常清晰,简单,易懂。它帮助我更好地了解垃圾邮件过滤器的工作原理。我希望它能像帮助我一样帮助别人。
- 2022-04-19 00:06:45下载
- 积分:1
-
一个发送邮件的例子(smtp客户端)
一个发送邮件的例子(smtp客户端)--Example for sending email(smtp client side)
- 2022-11-15 02:05:04下载
- 积分:1
-
中国联通短信接口SGIP协议的API,对开发短信平台有帮助.
中国联通短信接口SGIP协议的API,对开发短信平台有帮助.-China Unicom messaging interface API SGIP agreement, SMS platform for the development of any help.
- 2023-02-24 04:55:03下载
- 积分:1