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

搜索资源列表

  1. 26.Visual.CSharp.NET.wangluohexinbiancheng

    0下载:
  2. 包括三方面内容:CSharp网络开发基础知识,基础服务器开发、基础客户端开发、FTP开发、SMTP开发、POP3开发和远程控制开发,最后包括win32网络组建开发,web数据库基础,win32异步套接字开发、xml web services开发以及一个完整的分布式网络应用程序开发实例。-Includes three aspects: CSharp web development basics, basic server development, based client development,
  3. 所属分类:CSharp

    • 发布日期:2017-06-09
    • 文件大小:15743666
    • 提供者:朱岩
  1. ddd

    0下载:
  2. C#利用SMTP服务器发送邮件,在命名空间using System.Net.Mail中提供方法根据指定的smtp服务器来发送邮件。-C# using SMTP server to send mail using System.Net.Mail namespace in the provision of methods based on the specified smtp server to send mail.
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:4224
    • 提供者:张儒良
  1. SendEmail

    0下载:
  2. 通过应用程序发送电子邮件。电子邮件是通过SMTP服务器进行发送的,SMTP是英文Simple Mail Transfer Protocol的缩写,意为简单邮件传输协议,默认端口为25。-Through the application to send e-mail. E-mail is sent through the SMTP server, SMTP Simple Mail Transfer Protocol is the English acronym, which means Simple
  3. 所属分类:CSharp

    • 发布日期:2017-04-06
    • 文件大小:51796
    • 提供者:白白
  1. Emailsend

    0下载:
  2. 本实验要求按照SMTP通信协议(RFC2821)编写一个简单的邮件发送程序。实验采用SMTP服务器作为邮件发送服务器。-The experimental requirements in accordance with the SMTP protocol (RFC2821) write a simple mail program. Experiments using SMTP server as a mail server.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-28
    • 文件大小:1279
    • 提供者:t
  1. smtp

    0下载:
  2. 这个实例实现了smtp电子邮件发送程序的一些功能,用户可以利用某个网站的smtp电子邮件发送服务器来发送电子邮件。-This example achieved some functions of smtp email programs,and users can use a website e-mail server to send smtp e-mail.
  3. 所属分类:Email Client

    • 发布日期:2017-04-03
    • 文件大小:41112
    • 提供者:hxh
  1. flashyj

    0下载:
  2. 在Delphi 5中打开工程,并将工程编译成.EXE可执行文件, 然后,运行Project.exe,在对话框中输入收信人、发信人、 主题、正文内容,并输入SMTP服务器,-Open the project in Delphi 5, and compiled into a project. EXE executable file, and then run Project.exe, in the dialog box, enter the recipient, sender, subjec
  3. 所属分类:Email Client

    • 发布日期:2017-04-03
    • 文件大小:77017
    • 提供者:黄凡
  1. Mail-client-realized

    0下载:
  2. 为发送者提供一个图形界面,其中有用于本地邮件服务器的以下字段:发送者电子邮件地址接受者电子邮件地址、报文主题及报文本身。SMTP客户端是编辑、发送邮件的部分,用户通过界面输入邮件信息后,SMTP客户端根据邮件信息生成标准格式的邮件,并发送到SMTP服务器上。-For the sender to provide a graphical interface, including the local mail server for the following fields: e-mail addres
  3. 所属分类:GUI Develop

    • 发布日期:2017-03-29
    • 文件大小:589322
    • 提供者:king
  1. emailtransform

    0下载:
  2. 通过简单的SMTP协议,实现了邮件转发的功能。同时也可以添加附件,填写SMTP服务器,收件人,主题等信息,实现邮件的转发。-Simple SMTP protocol, to achieve the e-mail forwarding function. Can also add an attachment, fill in the SMTP server, recipient, subject and other information, to achieve e-mail forwarding
  3. 所属分类:Email Client

    • 发布日期:2017-05-18
    • 文件大小:4935113
    • 提供者:唐宏美
  1. smtpserver

    0下载:
  2. lin 简易smtp服务器,很不错,希望分享给大学,供学习使用。-linlin simple smtp server, very good, want to share to the University for learning to use.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-10
    • 文件大小:1769660
    • 提供者:林刚
  1. my_smtp

    0下载:
  2. 使用VC6.0编写的SMTP程序,实现了SMTP的客户端,用户在知道SMTP服务器端地址后,可以自行填写服务器地址,然后实现邮件的发送。该客户端能同时给多个用户发送邮件,并且支持附件的发送(暂时只支持单附件的发送)。-SMTP using VC6.0 written procedures to achieve the SMTP client, end users know the address of the SMTP server, you can fill out on their own
  3. 所属分类:Email Client

    • 发布日期:2017-03-29
    • 文件大小:982406
    • 提供者:胡振庆
  1. youjiankehuduan

    0下载:
  2. 可以实现向SMTP服务器发送邮件 具有用户登陆功能,可以发送附件 -Can send messages to the SMTP server has a user login function, you can send attachments
  3. 所属分类:Email Client

    • 发布日期:2017-05-09
    • 文件大小:1952447
    • 提供者:zhangjunyan
  1. miksago-node-smtp-client-85cd29d

    0下载:
  2. 邮件服务器搭建 smtp,An SMTP/ESMTP Client module for Node.js (maybe one day in a far off gallaxy I might write the server) - Features: - Very basic protocol implementation - Very basic wrapper around the protocol to provide a bit of a nice interface
  3. 所属分类:Email Server

    • 发布日期:2017-03-25
    • 文件大小:646949
    • 提供者:郭雷
  1. fuwuqi

    0下载:
  2. 邮箱 qq.com POP3服务器(端口110) pop.qq.com SMTP服务器(端口25) smtp.qq.com SMTP服务器需要身份验证。 如果是设置POP3和SMTP的SSL加密方式,则端口如下: POP3服务器(端口995) SMTP服务器(端口465或587)。 -E-mail qq.com POP3 server (port 110) pop.qq.com SMTP server (port 25) smtp.qq.com SMTP se
  3. 所属分类:Email Client

    • 发布日期:2016-01-21
    • 文件大小:3707904
    • 提供者:zhouwubin
  1. EmailSender2

    0下载:
  2. 无需登陆smtp服务器,直接发送邮件到任意邮箱中-failed to translate
  3. 所属分类:Email Client

    • 发布日期:2017-04-02
    • 文件大小:31916
    • 提供者:ZZ
  1. smtp.tar

    0下载:
  2. 服务器发送邮件,实现邮件的正常发送,了解smtp协议的机制。SMTP协议!-Server to send mail, mail delivered, and to understand the mechanism of the smtp protocol. SMTP protocol.
  3. 所属分类:Email Client

    • 发布日期:2017-03-30
    • 文件大小:2677
    • 提供者:hanker
  1. SpeedPostEmail

    0下载:
  2. 无须SMTP服务器中转直接发送电子邮件,VC++源代码。-Directly send e-mail without SMTP server transfer
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-04
    • 文件大小:48918
    • 提供者:王宝军
  1. mail

    0下载:
  2. 常用邮箱POP3和SMTP服务器 设置 【网易 163、126免费邮箱目前不直接开放smtp、pop3服务。有需要的用户可通过购买随身邮或邮箱伴侣及加入会员中心获得。从2006年11月16日起新注册用户,将无法使用POP客户端功能,之前注册用户不受影响。】 -The commonly used E-mail POP3 and SMTP server settings [Netease 163,126 free e-mail is not directly open smtp, pop3 se
  3. 所属分类:Other systems

    • 发布日期:2017-03-21
    • 文件大小:1101
    • 提供者:郝洋洋
  1. DSMTP_POPP3o

    0下载:
  2. 不通过SMTP服务器中转,直接将将电子邮件发送到用户信箱 -SMTP server transfer directly to the e-mail sent to the user mailbox
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:19154
    • 提供者:lihoulian
  1. Ussendmails

    0下载:
  2. 用c++写的,后台定时发送邮件,通过SMTP协议,可以带附件。通过过163、126邮件试验,完全能够发送。支持SMTP服务器对用户认证。 -Written in c++, background timing to send mail via SMTP protocol, with attachments. By over 163,126 e-mail test, fully able to send. Support the SMTP server for user authenticati
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-30
    • 文件大小:37468
    • 提供者:防止
  1. smtpser

    0下载:
  2. 我自己写的smtp测试服务器, 可实现outlook的单发和群发, 只是用于学习smtp服务器原理-I wrote it myself smtp test server, the outlook of single and mass smtp server just for learning principles
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-11-23
    • 文件大小:1127
    • 提供者:梅小春
« 1 2 3 4 5 67 8 9 10 11 ... 14 »
搜珍网 www.dssz.com