-
Visual C++课程设计案例精编(第二版)
提供的一个电子邮件发送和接受程序...
Visual C++课程设计案例精编(第二版)
提供的一个电子邮件发送和接受程序-Visual C curriculum design case precision series (2nd edition) of an e-mail sending and receiving procedures
- 2022-08-03 06:50:16下载
- 积分:1
-
C源代码:客户端怎样通过proxy进行连接,支持https,socks5代理
C源代码:客户端怎样通过proxy进行连接,支持https,socks5代理-C source code : the client how to connect through proxy support https, Acting togig
- 2023-04-25 06:35:03下载
- 积分:1
-
SSIS包调用邮件控件发送自定义邮件
资源描述SQL SSIS 包调用邮件控件,发送邮件,设置SMTP, 发送附件,通过配置设定发件人,收件人,发送附件的文件等等
- 2023-09-02 19:20:03下载
- 积分:1
-
读取email的MFC类
读取email的MFC类 -MFC class for reading email
- 2023-05-09 06:05:03下载
- 积分:1
-
java邮件处理程序,可以发送接收邮件,可以发送和接收附件
java邮件处理程序,可以发送接收邮件,可以发送和接收附件-java mail handling procedures, can send and receive mail, can send and receive Annex
- 2022-06-21 13:27:24下载
- 积分:1
-
UNIX的收发邮件客户端
UNIX下的收发邮件客户端-Unix transceiver mail client
- 2022-02-28 14:07:34下载
- 积分:1
-
邮件发送代码
package util;
import java.io.Serializable;
public class MailContract implements Serializable{
/**
* serialVersionUID:TODO
* @since Ver 1.1
*/
private static final long serialVersionUID = 1L;
/**发件人*/
private String sender;
/**发件人密码*/
private String pwd;
/**收件人*/
private String recipient;
/**邮件标题*/
private String title;
/**邮件内容*/
private String context;
public String getSender() {
return sender;
}
publi
- 2022-11-10 20:35:04下载
- 积分:1
-
中国联通短信接口SGIP协议的API,对开发短信平台有帮助.
中国联通短信接口SGIP协议的API,对开发短信平台有帮助.-China Unicom messaging interface API SGIP agreement, SMS platform for the development of any help.
- 2023-02-24 04:55:03下载
- 积分:1
-
PB收发电子邮件的动态库,封装了一组收发邮件的函数
PB收发电子邮件的动态库,封装了一组收发邮件的函数 -PB e-mail to the DLL, Packaging, a group of e-mail function
- 2022-02-27 07:09:24下载
- 积分:1
-
该应用程序可以不依赖C++ Builder环境来运行,双击即可运行。也可以在C++ Builder 6.0中打开MailProj.bpr文件,直接编译运行即可。...
该应用程序可以不依赖C++ Builder环境来运行,双击即可运行。也可以在C++ Builder 6.0中打开MailProj.bpr文件,直接编译运行即可。该程序是一个简单的邮件接收和发送系统。注意:因为现在邮箱大多数都要求有用户名和密码,所以在发送邮件时可能会失败。(注:有时在其他计算机上运行时可能会出现一个“Invalid resourec file:....”的警告。 可以忽略,单击“OK”按钮即可,程序会在编译中重新生成这个文件)-the application can not rely on the C Builder environment to run and double-click can run. Also in the C Builder 6.0 MailProj.bpr open documents can be directly translated operation. The procedure is a simple send and receive e-mail system. Note : Most mail now requires usernames and passwords, so mail may be a failure. (Note : Sometimes the other computers running there may be an "Invalid file resourec :...." warning. Can ignore and click "OK" button, the program will re-compile the formation of this document)
- 2022-02-06 06:53:56下载
- 积分:1