搜索资源列表
phpEmail
- PHP SMTP, Email 邮件工具,可发送Text, HTML格式信件,可夹带多附件,可透过本机或其他Mail Server传送-PHP SMTP, Email spam tools, can send Text, HTML format letters, inflating the number annex, through the machine or other transmission Mail Server
Php mailer
- PHPMailer is an authorized and official "reboot" of the PHPMailer project. PHPMailer is a PHP email transport class featuring file attachments, SMTP servers, CCs, BCCs, HTML messages, word wrap, and more. Sends email via sendmail, PHP mail(
PHPMailer_v5.0.0
- PHP Mailer, use PHP send email. Suport SMTP. PHP Mailer, use PHP send email. Suport SMTP.
php-smtp-email-validation_af4e0g
- 一份不错的php源码,这是一个用php脚本语言写的其它类别,仿新浪微博上传头像组件 v1.1,更新说明:1.修复了路径问题2.增加了保存容错处理,直接跳出错误提示,增加友好度功能简介:1.上传并预览,用户可以任意选择区域,支持头像旋转 2.无论图片过大还是过小,学习研究参考均可-A good source php, php This is a scr ipting language to write other categories, imitation Weibo upload picture
smtp-email-validation_mabofg
- php-smtp-email-validation是一个使用php实现的对邮件地址的有效性进行校验的php源码程序,通过它可以对注册等途径输入的email地址的合法性进行校验,参考学习应运于开发实践不错的例子-php-smtp-email-validation is achieved using php to verify the validity of e-mail addresses of php source program, through the legitimacy of other
PHPMailer_v5.1
- PHPMailer是一个用于发送电子邮件的PHP函数包。它提供的功能包括:在发送邮时指定多个收件人,抄送地址,暗送地址和回复地址.支持多种邮件编码包括:8bit,base64,binary和quoted-printable.支持SMTP验证.支持冗余SMTP服务器.支持带附件的邮件和Html格式的邮件.自定义邮件头.支持在邮件中嵌入图片.调试灵活.经测试兼容的SMTP服务器包括:Sendmail,qmail,Postfix,Imail,Exchange等.可运行在任何平台之上-PHPMailer
squirrelmail-webmail-v1.4.22
- SquirrelMail是一套基于标准的,采用PHP开发Webmail邮件系统。它内置纯PHP支持的IMAP和SMTP协议,所有页面都遵循HTML4.0标准(没有使用java scr ipt支持),以便最大限度兼容更多浏览器上。它对系统要求非常低,并且安装和配置非常容易。SquirrelMail具备一个客户端邮件程序所应拥有的一切功能,包括支持增强型的MIME、地址薄、文件夹操作等等功能。Outlook皮肤主题。-SquirrelMail is a set of standards based
PHPlove
- 采用PHP+Mysql开发,里面可以直接发送邮件(PHPmail类),每条日记生成pdf文档 安装说明: confession.php配置邮件发送 $mail->Host = //发送邮件的服务器 $mail->SMTPAuth = true // turn on SMTP authentication $mail->Username = hayesyang //你的用户名 $mail->Password = //你的邮箱mail $mail-
PHPMailer-phpmailer-2.3.0
- PHPMailer is a class library for PHP that provides a collection of functions to build and send email messages. PHPMailer supports several ways of sending email: mail(), Sendmail, qmail & direct to SMTP servers. You can use any feature of SMTP-bas
mail
- 现在大多数主机不支持mail函数,发邮件成了问题,大部分人使用企业邮箱,用腾讯企业邮箱发送邮件的php代码就在这里了!(php,smtp for tencent Enterprise Email)