CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - smtp

搜索资源列表

  1. jes-1.6.1-src

    0下载:
  2. java email server with support for SMTP, POP3 and IMAP protocols
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:261521
    • 提供者:andy
  1. smtp_mail

    0下载:
  2. VC使用smtp.dll发邮件示例,压缩包内含三个代码,一个是vc++调用smtp.dll发送邮件的实例,一个是动态加载实例,还是有一个是静态引入实例,都可以顺利编译,很不错的参考资料。-VC use email smtp.dll example, compressed packet contains three codes, one is calling vc++ examples of smtp.dll send a message, one example of dynamic loadi
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:358456
    • 提供者:994
  1. smtp

    0下载:
  2. 匿名SMTP邮件客户端的编写程序,主要是李用了smtp的程序协议本身缺陷-Anonymous SMTP mail client for the preparation of procedures, mainly by the Li procedure smtp defects the agreement itself
  3. 所属分类:Email Client

    • 发布日期:2017-04-01
    • 文件大小:511839
    • 提供者:紫霞
  1. Mailer

    0下载:
  2. "Email list management and delivery software" that has the ability to send emails to a list of up to 50,000 people at a rate of about 5,000 emails per hour. User should have the option to use their ISP s outgoing mailserver, or send the email "
  3. 所属分类:Email Client

    • 发布日期:2017-03-27
    • 文件大小:927010
    • 提供者:Ivan
  1. smtp

    0下载:
  2. An MFC class to encapsulate the SMTP protocol
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:719019
    • 提供者:chako.hsu
  1. SMTP2

    0下载:
  2. This Sample For SMTP With Visual Basic
  3. 所属分类:SNMP

    • 发布日期:2017-03-31
    • 文件大小:25543
    • 提供者:GPC
  1. Smtp

    0下载:
  2. Simple For Visual Basic
  3. 所属分类:SNMP

    • 发布日期:2017-04-02
    • 文件大小:46988
    • 提供者:GPC
  1. Dns_Query16724511152003

    0下载:
  2. Title: Dns Query Descr iption: Dns Query Class is the easiest way to get any Dns Record from Name Servers. (For those who know) It supports: MX Query, Host Query and NS Query. It is fully written in VB.NET without the use of windows API. I did this
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:9637
    • 提供者:hasbe allah
  1. Socket_STMP_SampleCode

    0下载:
  2. Somebody s Socket SMTP Sample Code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:651
    • 提供者:RedEyes
  1. smtpsvr

    0下载:
  2. smtp server delphi平台下的smtp server组件包。包括所有源代码文件-SMTP Server Components Suite Package Required Component Package: Indy Author: Riceball(riceballl@hotmail.com) visit the my SMTPServer homepage for more info and get the latest version and source
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-25
    • 文件大小:70205
    • 提供者:ma
  1. Sendreceivegmailusingdelphi

    0下载:
  2. This source code of delphi are used to send and receive using gmail account. It involve SMTP and POP3 function in indy component of delphi
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-31
    • 文件大小:531779
    • 提供者:rudyno
  1. SMTP

    0下载:
  2. mail send using smtp server
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:238536
    • 提供者:max
  1. sendmail

    0下载:
  2. a simple demo program includes simple winsock unit, that can send e-mails via SMTP wth password authontification, plus fully unicode functional, writtin in delphi 2009.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-03-29
    • 文件大小:5407
    • 提供者:jackal
  1. smtp

    0下载:
  2. 一个简单的SMTP邮件发送程序,想学习原理的可以看下.-A simple SMTP mail sending program, want to learn principles that can be Kanxia.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-01
    • 文件大小:4745
    • 提供者:328
  1. SMTP

    0下载:
  2. SMTP客户端程序,在VS 2008上编译通过,实现简单的发送邮件的功能-SMTP客户端程序
  3. 所属分类:Communication

    • 发布日期:2017-05-03
    • 文件大小:1293940
    • 提供者:疯风愚雨
  1. email

    0下载:
  2. 电子邮件群发系统附编辑器源码 应用目标以及范围: 编写邮件,选择后提取邮件群发至目标用户信箱中 与外部系统接口: smtp,pop,自定义客户端接口 需要可填写新信件,包括信件标题、内容 需要在填写新信件时加入附件功能 -Mass system attached to an e-mail editor source application objectives and scope: the preparation of e-mail, select the
  3. 所属分类:WinSock-NDIS

    • 发布日期:
    • 文件大小:564387
    • 提供者:王伟
  1. VCEmailer

    0下载:
  2. Emailing project in VC++, uses SMTP as well sends emails using inbuilt smtp server.
  3. 所属分类:Communication

    • 发布日期:2017-05-10
    • 文件大小:2097884
    • 提供者:Sumit
  1. SendMail

    0下载:
  2. 使用CSocket类实现发送邮件的SMTP客户程序。 -Using the CSocket class implements the SMTP client to send mail.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:90464
    • 提供者:xiayang
  1. Mail-pop3-smtp

    0下载:
  2. 求实现发送和接收无附件电子邮件的功能,即发送和接收简单的文本信息。运行该程 序后,可以发送和接收简单的文本文件-Order to achieve non-attachment to send and receive e-mail functions, namely, to send and receive simple text messages. Run the program, you can send and receive simple text file
  3. 所属分类:Email Client

    • 发布日期:2017-04-09
    • 文件大小:2870225
    • 提供者:钟淼
  1. Emailer

    0下载:
  2. 用于发送匿名电子邮件,只需要指定发件人,收件人,标题,内容等。SMTP服务器信息应存储在配置文件中.-Used to send email.
  3. 所属分类:.net

    • 发布日期:2017-03-29
    • 文件大小:41374
    • 提供者:David Zhang
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com