搜索资源列表
利用SMTP协议发送邮件
- 利用SMTP协议发送邮件 功能很强大-Sending Email with SMTP protocol.It is powerful.
企业邮件服务器.RAR
- 该邮件服务器提供SMTP,POP3和Finger服务,多域名支持,帐户别名,多域别名支持,SMTP用户发信认证,RBL/RSS/ORBS/DUL和基于IP地址与邮件地址的垃圾邮件过滤功能-the mail server SMTP, POP3 and Finger services, domain name, alias accounts, multi-domain alias support, SMTP user authentication letter, RBL / RSS / ORBS /
20051015simplesmtp
- 用C#编写的邮件SMTP接收处理程序,十分简单明了的原理示范是编程实例。是初学者C# Socket——SMTP入门的好例子-C# prepared to receive SMTP mail handling procedures, a very straightforward principle demonstration was programming examples. Yes beginners C# Socket -- SMTP good example of entry
Socket实现SMTP,POP邮件服务器
- 基于Socket类实现SMTP,POP邮件服务器的源代码-based on Socket class achieve SMTP and POP mail server source code
CS_高级smtp客户端
- C#编写的高级smtp客户端,控制台程序,可自行改写为Windows程序,功能齐全,除了基本的发件人地址,收件人地址(可以指定多个收件人,目前程序中设定为10个,可自行更改),主题,内容外,还能发附件(能发多个附件),能指定优先级别,能指定按HTML或TEXT发送,能指定发件人名称。一共有五个文件,MailAttachments.cs是负责处理附件的,MailMessage.cs是负责处理邮件消息的,SmtpMail.cs是负责联系SMTP服务器的,SmtpServerHelper.cs是主要的
java实现SMTP服务器
- 电子邮件传递可以由多种协议来实现。目前,在Internet 网上最流行的三种电子邮件协议是SMTP、POP3 和 IMAP,-can send e-mail from multiple protocols is to be achieved. Currently, the Internet's most popular e-mail agreement is three SMTP, POP3 and IMAP.
发送电子邮件
- SMTP(Simple Mail Transfer Protocol,简单邮件传输协议)是发送邮件过程中使用最为广泛的协议,它在客户与服务器之间通过发送文本内容进行对-SMTP (Simple Mail Transfer Protocol, Simple Mail Transfer Protocol) mail is the process of the most widely used protocol, the client and the server by sending the tex
smtp
- C#+ASP.NET,利用SMTP发送电子邮件
SMTP
- 邮件发送 代码 邮件发送代码代码
SMTP
- 修改后的SMTP源代码,提供发送电子邮件 VC源码-网络编程-asdfqwefqwefqwefqwefqwefqwef
SMTP(mfc)
- 这是用MFC编写的简单的SMTP邮件客户端的程序,对于分析SMTP协议有很大的帮助。-This is a simple to use MFC to prepare the SMTP mail client program, the SMTP protocol analysis very helpful.
smtp
- 一个smtp简单邮件发送程序,对于学习网络编程的人员很有帮助-A simple smtp mail program, for learning network programming staff very helpful
smtp
- mfc 基于base64编码的邮件发送程序 可发送附件 smtp 验证-mfc base64 encoding on mail program can send attachments smtp authentication
VC++编程实现收发电子邮件
- 用vc实现的pop3、smtp收发电子邮件的源代码
php利用smtp发送邮件
- 用php发送邮件,php发送邮件接口,需要自己改里面的配置文件(Send mail with PHP, PHP send mail interface, you need to change its own configuration file)
smtp
- 发邮件,可用,可编辑,可用源程序,可运行(Send mail, available, editable, available source, executable)
VC++ Email电子邮件收发客户端
- mfc写的邮件发送程序,支持smtp和pop3(MFC write mail program, support SMTP and POP3)
nodemailer-nodemailer-smtp-transport-master
- nodejs发送邮件功能,修改参数方法主题,方法调用等功能层面的实现(Nodejs sends mail functions, modifies parameters, methods, themes, methods, calls and other functional aspects)
SMTP邮件发送
- SMTP邮件发送,利用SMTP进行邮件发送与接受,C语言编写,计算机网络课程设计