-
采用DNS解析服务器,并通过smtp/esmtp发送邮件源代码。
采用DNS解析服务器,并通过smtp/esmtp发送邮件源代码。- Uses the DNS analysis server, and through smtp/esmtp
transmission mail source code.
- 2022-03-11 11:52:18下载
- 积分:1
-
pop3高级程序开发相关的源代码,很有用的东西
用于pop3高级程序开发相关的源代码,非常实用的东西-Senior Program Development for pop3 related source code, very useful things
- 2022-03-12 13:55:27下载
- 积分:1
-
通过IMAP读取邮件
通过IMAP读取邮件-read through IMAP mail
- 2022-03-23 02:43:22下载
- 积分: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
-
邮件发送代码
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
-
Java发送email
Java发送email-Java transmits email
- 2022-07-17 21:29:37下载
- 积分:1
-
Delphi和C++ Builder
Delphi/C++Builder
- 2022-05-20 15:43:43下载
- 积分:1
-
VC发送邮件的源码例示
VC发送邮件的源码例示-VC mail cases show the source
- 2022-02-22 08:29:46下载
- 积分:1
-
能够发送附件的邮件程序VC源码,界面友好,是一个不错的邮件客户端...
能够发送附件的邮件程序VC源码,界面友好,是一个不错的邮件客户端-sent to the annex to the mail process VC source, friendly interface and is a good mail client
- 2022-03-04 22:52:34下载
- 积分:1
-
连接POP3服务器;得到邮件对象数组;查看指定的邮件信息;删除邮件;
连接SMTP服务器,然后就是设置邮件的相关信息,最后是调用方法完成发邮件操作。...
连接POP3服务器;得到邮件对象数组;查看指定的邮件信息;删除邮件;
连接SMTP服务器,然后就是设置邮件的相关信息,最后是调用方法完成发邮件操作。-POP3 server connectivity receive e-mail object array view the designated e-mail information delete mail connecting SMTP server, and then is set up e-mail information, and finally call the method is e-mail operation.
- 2022-09-05 16:05:03下载
- 积分:1