-
应用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
-
一个由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
-
一个基于MFC对话框结构的Mail发送客户端程序,该Mail客户端可以发送附件,支持SMTP服务器身份验证,BASE64编码。该程序用MFC的CSocket类开...
一个基于MFC对话框结构的Mail发送客户端程序,该Mail客户端可以发送附件,支持SMTP服务器身份验证,BASE64编码。该程序用MFC的CSocket类开发,作者自己写了一个CSMTP类来进行各种处理。注意,应用的实现部分在一个DLL中处理。(感谢我的朋友jplou)-an MFC dialog based on the structure of the Mail this client, the Mail client can send attachments, support SMTP authentication server, BASE64 encoding. The procedure used MFC CSocket category development, the author himself was a CSMTP to various types of processing. Note that some applications to achieve in a DLL address. (Thanks to my friend jplou)
- 2022-02-01 06:26:34下载
- 积分: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
-
一个简单的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
-
可 以 让 用 户 在 用 Outlook Express , Netscape 或 是 Eudora 收 信 之 前 , 先 从 邮 件 伺 服 器 上 面...
可 以 让 用 户 在 用 Outlook Express , Netscape 或 是 Eudora 收 信 之 前 , 先 从 邮 件 伺 服 器 上 面 预 览 其 邮 件 标 头 , 可 以 在 收 信 之 前 看 看 有 没 有 垃 圾 信 , 或 是 带 了 病 毒 的 信, 一 旦 发 现 其中 夹 带 了 有 问 题 的 信 件 , 能 让 您 在 将 这 些 可 怕 的 信 件 收 到 自 己 的 电 脑 之 前 还 有 机 会 先 将 之 删 除-allows users to use Outlook Express, Eudora or Netscape prior to receipt of the letter, starting with the mail server above preview their mail headers. Before the receipt of the letter to see if there is garbage letter, or with the letter of the virus, Once found hidden in a letter to the problem, You will be allowed in these terrible letters received before their own computer still have a chance to first delete the
- 2022-09-03 08:55:03下载
- 积分:1
-
匿名邮件发送 Delphi 匿名邮件发送 Delphi
匿名邮件发送 Delphi 匿名邮件发送 Delphi-Delphi anonymous anonymous e-mail e-mail Delphi
- 2022-01-26 00:08:22下载
- 积分:1
-
被广泛使用的email服务器 /IMAPD/POPD
被广泛使用的email服务器 /IMAPD/POPD -Widely used email server
- 2022-01-27 16:04:44下载
- 积分: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客户端和服务器程序简单
simple smtp client and server program
- 2022-11-06 20:25:04下载
- 积分:1