搜索资源列表
C SMTP Conn src.zip
- 发送email的SMTP协议的MFC封装类
C实现SMTP服务器,使用TCP命令实现功能比较完善
- C#实现SMTP服务器,使用TCP命令实现,功能比较完善-C# SMTP server using TCP commands, functions more perfect
SMTP服务
- 采用C#编写的SMTP服务程序,里面包含了client和sever,希望能帮助大家.-using C# prepared by the SMTP service procedures, which contains a client and sever, we hope to help.
一个带身份验证的smtp邮件发送程序
- 一个带身份验证的smtp邮件发送程序的C++包装类-with an identity verification procedures smtp mail sent packing Category C
SMTP-C
- SMTP协议的C语言实现,用于开发邮件客户端。
SMTP
- smtp c语言下的实现 smtp c语言下的实现smtp c语言下的实现
smtp
- 一个用C++编写的邮件发送程序,带SMTP验证,能添加附件-One with C++ Prepared e-mail program, with SMTP authentication, to add the annex
smtp
- 简单邮件传输协议SMTP协议分析。C语言实现。-Simple Mail Transfer Protocol SMTP protocol analysis. C language.
Send
- SMTP的一个例子!VISUAL C-SMTP an example! VISUAL C
C++hxbc
- C++核心编程技术本书全面深入地介绍了当今最热门的编程技术,包括COM、ActiveX、Web服务器应用程序,以及Internet上的WinSock、UDP、HTTP、HTML、FTP、SMTP、POP3、NNTP等协议。本书由16章组成,主要内容包括面向对象编程,组件对象模型(COM) ,ActiveX框架,“Type Library”编辑器,创建ActiveX,OLE自动化,使用WinSock,使用FTP控件,使用UDP控件,使用HTTP控件,使用HTML控件,使用SMTP控件,使用POP控
SMTP
- SMTP Class for windows mobile using c#
smtp-implement
- c++ 实现 smtp 协议 mfc 可以截取 本机在收发邮件的时候的数据包 并且 进行分析显示-c++ to achieve smtp protocol mfc can send and receive e-mail interception of the machine when the data packets and carry out analysis
SMTP.c
- smtp using c and wavecom module
AN.SMTP.Ver.8.0.0.3
- ANSMTP component provides an easy way to enable your ASP, VB, VBA, VC++, Delphi, C#, VB.NET, Jscr ipt.NET, ASP.NET or other COM environment applications to send rich TEXT/HTML email based on SMTP or ESMTP protocol. It also can lookup DNS MX record to
SMTP
- smtp协议发送邮件的c++源码,可以作为邮件发送协议学习的参考。-smtp protocol to send the message c++ source code, you can mail the agreement as a reference study.
rfc821-c.tar
- pop3 smtp 协议文档 详细分析了邮件的发送接收过程-pop3 smtp mail
smtp
- 实现邮件告警,直接make一下,C语言stmp 使用方法如下:。./mail -s [标题] -f [发件人地址] -r [回复的邮件地址] -S [邮件服务器地址]-T [发送的字符串] -F [发送的文件名的内容] 收件人地址-To achieve e-mail alerts, make a direct look, C language stmp used as follows:. ./Mail-s [title]-f [sender addresses]-r [reply to e-
SMTP-Relay-Kit
- Two components for SMTP Windows service for receiving message in c:\temp with format *eml. And separate software with UI for relaying all message internet to destination.
C++ SMTP发送邮件
- 使用C++ 发送邮箱,支持163,126(已测)。QQ邮箱理论上也支持(send mail using smtp c++ source code)
SMTP邮件发送
- SMTP邮件发送,利用SMTP进行邮件发送与接受,C语言编写,计算机网络课程设计