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

搜索资源列表

  1. simple_smtp

    0下载:
  2. SMTP 服务器。HELO, MAIL FROM, RCPT TO, QUIT-SMTP server. HELO, MAIL FROM, RCPT TO, QUIT
  3. 所属分类:Java Develop

    • 发布日期:2017-04-07
    • 文件大小:6050
    • 提供者:leon
  1. MailServer

    0下载:
  2. 利用java制作SMTP服务器的方法你懂的-SMTP server using java production methods
  3. 所属分类:Java Develop

    • 发布日期:2017-05-15
    • 文件大小:4079119
    • 提供者:方志新
  1. lvyuely-mail

    0下载:
  2. 1.通过smtp服务器发送邮件; 2.邮件类型可以是文本或者网页 3.可以添加抄送人(一人或者多个人); 4.可以添加暗送人(一人或者多人); 5.可以发送多个附件,并且中文不乱码-1 to send mail via smtp server 2 types of messages can be text or web page 3 You can add Cc (one or more individuals) 4 You can add dark given
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:54656
    • 提供者:吕悦
  1. JavaWebMail

    0下载:
  2. 一个用Java开发的Web邮局,可以使用户通过浏览器访问他们的POP/SMTP服务器,支持多种语言,MIME和虚拟域名!-A Java Web development offices, allows users to access them through a browser POP/SMTP server, support for multiple languages, MIME and virtual domain!
  3. 所属分类:Java Develop

    • 发布日期:2017-05-22
    • 文件大小:6150597
    • 提供者:熊津
  1. PHPMailer2.1

    0下载:
  2. PHPMailer是一个用于发送电子邮件的PHP函数包。它提供的功能包括: *.在发送邮时指定多个收件人,抄送地址,暗送地址和回复地址 *.支持多种邮件编码包括:8bit,base64,binary和quoted-printable *.支持SMTP验证 *.支持冗余SMTP服务器 *.支持带附件的邮件和Html格式的邮件 *.自定义邮件头 *.支持在邮件中嵌入图片 *.调试灵活 *.经测试兼容的SMTP服务器包括:Sendmail,qmail,Post
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:206288
    • 提供者:janiel
  1. maillog

    0下载:
  2. Little DLL that will send reports of your projects SMTP-protocol. Written in masm At the entrance structure >>>> + To <80 byte + From <80 byte + Ip-SMTP server <16 byte [+] Subject <100 byte [+] Text of
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-17
    • 文件大小:12664
    • 提供者:animatorix
  1. php-smtp-email-validation_hdvdpb

    0下载:
  2. 服务端脚本语言php实现,这是一个用php脚本语言写的其它类别,仿新浪微博上传头像组件 v1.1,更新说明:1.修复了路径问题2.增加了保存容错处理,直接跳出错误提示,增加友好度功能简介:1.上传并预览,用户可以任意选择区域,支持头像旋转 2.无论图片过大还是过小,作为开发的各种例子程序代码-Server-side scr ipting language php realize that this is a php scr ipting language written with other c
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:51370
    • 提供者:uysouzli
  1. MyEmailClient

    1下载:
  2. VC++编程实现收发电子邮件,设置SMTP服务器和POP地址,可实现在本地接收指定帐户的电子邮件,也可以发送邮件,简单来说,实现了本地查看接收、发送Email的功能,你可以再扩展些,比如加上删除邮件的功能,将其扩展成一个邮件客户端程序。-VC++ programming realization of e-mail, set the SMTP server and POP address, can be realized in the local designated to receive the
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-25
    • 文件大小:23033
    • 提供者:Want
  1. SMTPEMail

    0下载:
  2. This snippet .cs file shows how to send emails via a SMTP server.
  3. 所属分类:CSharp

    • 发布日期:2017-04-12
    • 文件大小:1022
    • 提供者:kenricm
  1. smtp

    0下载:
  2. socket编程,简单的smtp代理服务器,含有简单注释-socket programming, simple smtp proxy server, containing simple comment
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-28
    • 文件大小:12206
    • 提供者:孟张圆
  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. VCPPMailClient

    0下载:
  2. 一个利用pop、SMTP服务器接收、发送的小程序代码和一些学习的资料。-A use of pop, SMTP server receives, sends a small program code and some learning materials.
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-04-16
    • 文件大小:364020
    • 提供者:无泪
  1. LocalSmtpServer

    0下载:
  2. Python实现的本机SMTP服务器,监听标准25端口,将收到的邮件自动压缩成ZIP保存到mails目录下,非常方便用于本机调试各种网络程序。-Python implementation native SMTP server listens on the standard port 25, the incoming mail automatically compressed into the next ZIP mails saved directory, very convenient for
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-12
    • 文件大小:1201
    • 提供者:cdhigh
  1. TEmailServer-4.2-Full-Source-for-D5--6-7-P-Demo.z

    0下载:
  2. TEmailServer is a built-in SMTP server that can simultaneously validate or verify email addresses and send multiple email messages. TEmailServer is an ideal component for building email address validator/verifier of bulk mail sender applications. As
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-17
    • 文件大小:381554
    • 提供者:cravena
  1. jethro

    0下载:
  2. The code will send emails banking system to clients using Google SMTP server-The code will send emails banking system to clients using Google SMTP server
  3. 所属分类:Other systems

    • 发布日期:2017-04-26
    • 文件大小:356194
    • 提供者:valleyman1
  1. server

    0下载:
  2. 服务器源代码 http以及pop3,smtp和多人聊天chat服务器,pop3用于接收邮件,smtp用于发送邮件-Server source code http and pop3, smtp and multiplayer chat chat server, pop3 to receive mail, smtp for sending mail
  3. 所属分类:Linux Network

    • 发布日期:2017-04-27
    • 文件大小:8180
    • 提供者:朱令芷
  1. nginx

    0下载:
  2. nginx的配置简单文件,Nginx ( engine x ) 是一个高性能的 HTTP 和 反向代理 服务器,也是一个 IMAP/POP3/SMTP 服务器-Nginx s configuration simple file, Nginx ( x engine ) is a high performance HTTP and reverse proxy server, is also a IMAP/POP3/SMTP server
  3. 所属分类:Linux Network

    • 发布日期:2017-04-15
    • 文件大小:7318
    • 提供者:冯永春
  1. vwenmail

    0下载:
  2. 1.可以发送单个邮件和群发邮件 2.后台添加email地址,email地址可以分类。 3.从文本,sql,access等中导入email地址(测试版只提供access的导入) 4.新增,导入的email有效性判断。 5.添加多组SMTP服务器,和邮件内容 6.html,文本格式的邮件发送(测试版只提供文本格式的发送方式)-1. You can send a single e-mail and bulk mail 2. Background add email addres
  3. 所属分类:Web Server

    • 发布日期:2017-04-30
    • 文件大小:98104
    • 提供者:jzrpf
  1. PHPMailer_v5.1

    0下载:
  2. PHPMailer是一个用于发送电子邮件的PHP函数包。它提供的功能包括:在发送邮时指定多个收件人,抄送地址,暗送地址和回复地址.支持多种邮件编码包括:8bit,base64,binary和quoted-printable.支持SMTP验证.支持冗余SMTP服务器.支持带附件的邮件和Html格式的邮件.自定义邮件头.支持在邮件中嵌入图片.调试灵活.经测试兼容的SMTP服务器包括:Sendmail,qmail,Postfix,Imail,Exchange等.可运行在任何平台之上-PHPMailer
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-01
    • 文件大小:115791
    • 提供者:赵日天
  1. nocc_v1.9.1

    0下载:
  2. NOCC是一个webmail客户端。支持连接IMAP和POP3服务器收取邮件,利用SMTP服务器发送email。支持MIME附件邮件。支持三十几种语言。易于安装无需要数据库支持。-NOCC is a webmail client. Support the connection IMAP and POP3 server to receive mail, the use of SMTP server to send email. Support MIME attachment mail. Suppo
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-07
    • 文件大小:1252046
    • 提供者:fmpudn19
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 15 16 »
搜珍网 www.dssz.com