CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - SMTP 协议 邮件 发送

搜索资源列表

  1. HttpMail.zip

    1下载:
  2. 演示了如何连接到Hotmail 邮箱,列出收件箱中的邮件,发送和接收电子邮件,使用 C# 和XMLHTTP 组件。样例代码包含了一个.NET代码,演示了通过HTTPMail 连接到Hotmail和使用其它邮件协议(如POP3, IMAP4, 或 SMTP)一样简单。
  3. 所属分类:Email客户端

    • 发布日期:
    • 文件大小:8526
    • 提供者:
  1. EmailClient_lab

    0下载:
  2. 用于实验的邮件客户端。用于1.理解收发电子邮件服务器和客户端的交互过程。 2.理解SMTP协议和POP3协议的原理,了解SMTP协议和POP3协议的内容。 理解发送和接收电子邮件的过程,邮件服务器和客户端的 -for experimental mail client. For one. Understanding e-mail server and client interaction process. 2. Understand SMTP and POP3 protocol agr
  3. 所属分类:Email客户端

    • 发布日期:2008-10-13
    • 文件大小:137105
    • 提供者:bai
  1. mysmtp

    0下载:
  2. 根据SMTP邮件传输协议,编写的简单的发送邮件的测试程序!
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:10020
    • 提供者:王博
  1. 54VBxxxEmailSend

    0下载:
  2. 完成Email发送 模仿Outlook Express、FoxMail,根据SMTP/POP3协议开发一个电子邮件收发
  3. 所属分类:WEB邮件程序

    • 发布日期:2008-10-13
    • 文件大小:10775
    • 提供者:小明
  1. SMTPPOP3_MFC(19KB)

    0下载:
  2. SMTP与POP3协议 能够接收与发送邮件-POP3 and SMTP to send and receive mail
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:21974
    • 提供者:朱江
  1. Email

    0下载:
  2. 通过对smtp协议和pop3协议的操作实现邮件的发送和接收-Through the pop3 protocol smtp protocol and the operation to achieve the sending and receiving e-mail
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-08
    • 文件大小:1967792
    • 提供者:feiyu
  1. mailserver

    0下载:
  2. telnet,outlook,foxmail测试通过 发送邮件,接收邮件,群发和转发邮件. 使用了Makefile多文件,Shell脚本,守护进程.模拟了SMTP协议和POP3协议,编写的服务器端和客户端的邮件传输系统,支持多线程,多用户的功能.-telnet, outlook, foxmail test by sending e-mail, receive mail, mass, and forward messages. using the Makefile multiple fil
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:86392
    • 提供者:黄金芳
  1. mail

    0下载:
  2. 本程序是一个邮件客户端程序,运用SMTP协议完成邮件发送。-mail client
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-05-21
    • 文件大小:5997217
    • 提供者:李峰
  1. easyMail

    0下载:
  2. 简单的邮件发送系统,采用smtp协议,实现简单的邮件发送功能-Simple e-mail system, using smtp protocol, a simple mail function
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-16
    • 文件大小:32353
    • 提供者:王金真
  1. smtpsendmail

    0下载:
  2. smtp邮件自动发送,利用socket 发送 smtp协议消息-smtp auto send mail
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-14
    • 文件大小:4134
    • 提供者:chengyuanchun
  1. mail_linux

    0下载:
  2. linux环境下实现发送邮件的SMTP服务器和负责接收邮件的POP3服务器,一个实现SMTP协议完成邮件的发送功能,一个实现POP3协议完成邮件的接收功能,两者分开。-Linux environment in the realization of the SMTP server to send mail and is responsible for receiving mail server of POP3, an implementation of the SMTP protocol to c
  3. 所属分类:Linux Network

    • 发布日期:2017-04-28
    • 文件大小:199929
    • 提供者:lxtang
  1. Recv

    0下载:
  2. 一段关于SMTP协议,使用C++语言,接收邮件,发送邮件-A section on the SMTP protocol, using C++ language, to receive mail, send mail
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:2427
    • 提供者:莫文
  1. Mail

    0下载:
  2. 这是一个C#项目,它的功能是发送邮件和接收邮件。发送邮件使用SMTP协议,接收邮件采用POP3协议。-This program is used to send mail and receive mail.It send mail by the smtp protocol,and receive mail by the pop3 protocol.
  3. 所属分类:CSharp

    • 发布日期:2017-04-26
    • 文件大小:88762
    • 提供者:肖娜
  1. MailClientForme

    0下载:
  2. 项目:邮件的发送与接收 原理基于简单:SMTP和POP3协议的电子邮件的发送和接收的编程,发送端SMTP协议模块的设计 (2)接收端POP3协议模块的设计 -Project: the sending and receiving e-mails Principle based on simple: SMTP and POP3 protocol of E-mail sent and received by the programming, the sender SMTP protoc
  3. 所属分类:CSharp

    • 发布日期:2017-05-09
    • 文件大小:1827275
    • 提供者:何晓强
  1. FTP_NTP_SMTP

    0下载:
  2. 这是一个我们项目中用到的网络相关的源码包,编译环境为Linux,我们项目是ARM平台交叉编译,包内实现的内容包括ftp收发、网络时间同步和SMTP邮件发送协议,可以直接使用。-This is the one we used in the project network-related source, compile environment for Linux, our project is cross-compiling ARM platform, within the implementati
  3. 所属分类:Linux Network

    • 发布日期:2017-04-29
    • 文件大小:18324
    • 提供者:yzw
  1. SendMail

    0下载:
  2. 本程序实现了使用smtp协议发送电子邮件的功能-This procedure is implemented using the SMTP protocol to send e-mail function
  3. 所属分类:J2ME

    • 发布日期:2017-05-07
    • 文件大小:1249063
    • 提供者:shayongpeng
  1. test_smtp

    0下载:
  2. 简单的SMTP邮件发送,适合新手学习,了解SMTP协议-Simple SMTP mail, suitable for novice learning, understanding SMTP protocol
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-04
    • 文件大小:22721
    • 提供者:陈熙
  1. mail

    0下载:
  2. 易语言简单发邮件源码例程程序使用客户组件连接邮件服务器,简单的使用smtp协议发送邮件。 -Easy language simple mail source routine procedures using the client components to connect to the mail server, the simple use of SMTP protocol to send mail.
  3. 所属分类:Windows Develop

    • 发布日期:2017-05-05
    • 文件大小:4050
    • 提供者:zh625
  1. small-progham

    0下载:
  2. VC开发采用SMTP协议发送电子邮件的简单小程序(VC developed using the SMTP protocol send E-mail simple small program)
  3. 所属分类:文件操作

    • 发布日期:2017-12-21
    • 文件大小:35840
    • 提供者:tocfe&267
  1. 479HR_a5

    0下载:
  2. 好客HR人力资源管理系统是在ASP.NET4.0 + SqlServer2005/2008/2012平台上自主开发,可开放全部源代码,不限用户数,真正支持企业级应用,完全自有版权。 系统主要功能包括: 1.Ajax无刷新即时消息:最短10秒自动刷新弹出消息框; 2.短信平台:深入集成短信服务商接口程序,直接充值即可向业主、职员群发手机短信,无需任何硬件设备; 3.Mail邮件:支持站内邮件和站外邮件两种,站外邮件采用SMTP协议发送; 4.行政管理:包括公告管理、规章制度、投票
  3. 所属分类:其他

    • 发布日期:2018-01-01
    • 文件大小:1150976
    • 提供者:5zpankun
« 1 2 3 4 5 6 7 89 »
搜珍网 www.dssz.com