搜索资源列表
fasongyoujian
- 邮件发送类程序,需要smtp验证,欢迎大家测试.-E-mail type of procedure, the need for smtp authentication, welcome to the test.
1262523828
- VC 源代码 -------------------------------------------------------------------------------- CatListBox_src.zip CatListBox_demo.zip 这个程序模仿Outlook建立分类列表框。 CClockST_src.zip CClockST_demo.zip 一个简单的数字时钟程序,其中的date类派生于MFC
CppCode
- C++经典源代码 CatListBox_src.zip CatListBox_demo.zip 这个程序模仿Outlook建立分类列表框。 CClockST_src.zip CClockST_demo.zip 一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。 CIVStringSet_Demo.zip CIVStringSet_Source.zip 基于MFC和STL平台的字符串类,可以实现在
pake
- 共9个文件:C直接读取dbf文件,RS-232-C端口实时监控软件的设计实现,复数计算(复数类),矩阵计算(矩阵类),捆绑exe文件,收发电子邮件,数值积分,数值微分,用C编程获取WPS的文件密码-A total of 9 files: C Direct Reading dbf files, RS-232-C port real-time monitoring software design implementation, complex computing (complex type), ma
smtp.class
- 全功能邮件发送类,支持smtp,mail,本地smtp服务器,支持*,不支持附件。-all functions mail-sending class.
phpmailer
- 用PHP编写的一个发送邮件的类,包括附件功能-Prepared using a PHP class to send mail, including attachments
class.mail
- 邮件发送类:只需要简单的配置就可以发送邮件,支持各大邮箱,企业邮箱需要另行配置-Mail class: only need a simple configuration can send e-mail, to support the major E-mail E-mail need to be configured
PHPMailer_5.2.1
- php邮件发送类 可以通过php发掉用gmail,qq等邮箱发送邮件-php mail class through php hair out of the mailbox to send mail with gmail, qq
email.class
- 综合phpmailer和mail()函数的发送邮件类,只需要选择不同的function即可实现使用不同方式发送邮件-Comprehensive phpmailer and mail () function sends message class, only need to select a different function can be realized using different ways to send messages
YuNanShop_v8.5
- 常用参数设置:基本设置、管理员设置、广告设置、系统探针 邮件配置管理:邮件配置、系统信件 产品类别管理:大类管理、小类管理 产品信息管理:价格设置、商品添加、商品列表 会员信息管理:会员管理、收藏夹管理、评论管理 消费充值管理:帐号设置、充 值 卡、支付记录、消费记录、充值记录 退还申请管理:退还申请 订单信息管理:订单处理、修改价格、操作日志、投诉管理 数据备份恢复:备份数据库、压缩数据库、恢复数据库、初始数据库 帮助信息管理:发布公告、本站公告、购物指南
email_send_class
- 一个邮件发送类。 从其它地方下载的。可以学习使用。-this is a good email send class.
sendmail
- php邮件类,功能挺全的,不需要配置其他的,引入类就可以用了(你懂得)-php mail class, function quite wide, and no need to configure the other, the introduction of class you can use (you know)
receive_email
- 本程序是一个可移植的(Win32/Linux)邮件接收(支持POP3协议)程序,并编写了可移 植SOCKET和POP3封装类,希望能为初学者提供一些帮助。 编译: Win32: 在VC++6.0下编译通过,并运行良好。 Linux: 在G++下编译通过,请查看Makefile文件。-This procedure is a portable (Win32/Linux) to receive e-mail (support POP3 protocol) progr
EmailTool.py.tar
- 邮件发送工具类 python 邮件发送工具类-email tool class
utils-master
- 包含各种实用的java工具类,例如对文件流、字符串加密解密、打印、字符串编码、邮件等工具-Contains a variety of useful java tools, such as file flow, string encryption and decryption, printing, string coding, mail and other tools
CSXNEMFCCSMTP
- 一个使用MFC的CSMTP类实现批量发送电子邮件的程序,可以的(A CSMTP using MFC class implements batch send E-mail program, can be)
php利用smtp发送邮件
- 用php发送邮件,php发送邮件接口,需要自己改里面的配置文件(Send mail with PHP, PHP send mail interface, you need to change its own configuration file)
PHPMailer
- php发邮件类,支持SMTP/POP3发邮件。(PHP sends mail classes to support SMTP/POP3 mail.)
工具类
- 常用工具类 日期处理、文件处理 邮件发送处理、地址获取、图片base处理(tool class on work .eg:file deal email deal)
learning-spark-master
- 将逻辑回归应用于二元分类的情况。这里以垃圾邮件分类为例,即是否为垃圾邮件两种情况。然后,根据词频把每个文件中的文本转换为特征向量,训练出一个可以把两类消息分开的逻辑回归模型,判断输入测试语句是否为垃圾邮件。(Spark MLlib (Java): Input: spam.txt; normal.txt; text sentence. Output:1.0(spam), 0.0(normal email))