smtp.h
资源名称:spy_pass.zip [点击查看]
上传用户:adsacym
上传日期:2007-01-07
资源大小:67k
文件大小:0k
源码类别:
Internet/IE编程
开发平台:
Visual C++
- int smtp_connect(char *host, int port, int timeout); int smtp_sendmessage(int sd, char *AddrFrom, char **AddrTo, int AddrToCount, char *AddrReply, char *subject, char *msg, char **AttachFiles, int AttachCount, int timeout); int smtp_disconnect(int sd); int smtp_cmd(int sd, char *cmd, int success_code); int smtp_getreply(int sd); int smtp_sendfile(int sd, char *AddrFrom, char *AddrTo, char *filename);