-
利用nmsmtp发送邮件的源码,带有身份验证功能
利用nmsmtp发送邮件的源码,带有身份验证功能-Nmsmtp send a message using the source code with the authentication function
- 2022-09-22 09:55:03下载
- 积分:1
-
采用C++ Builder 6.0工具编写的完整的邮件收发软件源码,支持SMTP/POP3协议,可直接编译运行....
采用C++ Builder 6.0工具编写的完整的邮件收发软件源码,支持SMTP/POP3协议,可直接编译运行.-C Builder 6.0 tools for the preparation of the integrity of the mail software source code, forwarding for SMTP/POP3 support agreement can be directly translated operation.
- 2023-04-15 06:05:03下载
- 积分:1
-
Email客户端程序,支持SMTP,POP3,IMAP
Email客户端程序,支持SMTP,POP3,IMAP--An Email client program. It supports SMTP, POP3 and IMAP.
- 2023-08-17 05:25:04下载
- 积分:1
-
发送电子邮件
发送电子邮件的vb6.0源码,采用socket技术实现,暂不支持附件-Send e-mail VB6.0 source code, using socket technology, not to support the Annex
- 2022-08-25 06:46:19下载
- 积分:1
-
通过VB自带的控件实现对邮件的接收,代码虽然简单 但也能实现大部分功能....
通过VB自带的控件实现对邮件的接收,代码虽然简单 但也能实现大部分功能.-VB own control through the realization of e-mail reception, the code is simple but can also realize the majority of functionality.
- 2022-02-02 08:15:52下载
- 积分:1
-
匿名邮件发送 用DELPHI 实现
匿名邮件发送 用DELPHI 实现-anonymous mail sending DELPHI
- 2022-08-02 21:48:11下载
- 积分:1
-
vb done with a mail acceptance procedure is to learn knowledge is the typical sc...
一个用vb做的邮件接受程序,是想学习则方面知识的典型成学,不可不看。-vb done with a mail acceptance procedure is to learn knowledge is the typical school, I can not see.
- 2023-02-23 01:55:03下载
- 积分:1
-
检查最新电子邮件程序
检查最新Email的程序- Inspection newest Email procedure
- 2022-02-20 05:14:06下载
- 积分:1
-
这是本人在完成邮件发送系统中用JavaMail发送需要认证邮件的原代码,有实际应用价值。...
这是本人在完成邮件发送系统中用JavaMail发送需要认证邮件的原代码,有实际应用价值。-This is the completion of my mail delivery system using JavaMail need to send certified mail of the original code, the practical application value.
- 2023-03-12 08:55:03下载
- 积分:1
-
SendEmail 电子邮件发送dll接口
提供二个调用接口
int SetEmailServer(LPCTSTR pszServer,LPCTSTR pszUser,LPCTSTR pszPasswd);
int SendEmail(LPCTSTR pszSenderName, LPCTSTR pszFrom, LPCTSTR pszTo, LPCTSTR pszCC,LPCTSTR pszSubject,LPCTSTR pszBody,LPCTSTR pszAttachName);
- 2022-09-14 15:50:03下载
- 积分:1