设为首页收藏本站
开启辅助访问
切换到宽版

创星网络[分享知识 传递快乐]

 找回密码
 立即注册

QQ登录

只需一步,快速开始

用新浪微博登录

只需一步,快速搞定

搜索
查看: 4427|回复: 0
打印 上一主题 下一主题

PHP邮件发送组件PHPMailer

[复制链接]

我玩的应用:

跳转到指定楼层
楼主
发表于 2012-10-22 13:48:37 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
IntroductionPHPMailer is a full-featured Email Transfer Class for PHP, supporting SMTP and POP3.
  This version is an official reboot of the canonical and historic PHPMailer project.
  DetailsPHPMailer 5.2.0 represents the first release of PHPMailer for almost 2 years, and the first since the move to Apache Extras.
  Current VersionThe current stable version is 5.2.1
  Documentation and ResourcesInstalling PHPMailerCopy these files class.phpmailer.php to your web server:
    class.phpmailer.php
    languages/phpmailer.lang-en.phpIf you are using the SMTP mailer then copy class.smtp.php as well.
  If you do not have control of the include directory and you are running PHP 4.0 or higher you can use this function to set it to the path of your files:
  
ini_set(\"include_path\", \".:/path/to/phpmailer/dir\");
Or this:
  
$mail->PluginDir = \"/path/to/phpmailer/dir\";
The total size of the libraries and language files is approximately 100 Kb.
  TutorialOriginally by Tom Klingenberg, we provide a copy of his UsefulTutorial on PHPMailer.
  ExamplesWe have several useful examples on how to use PHPMailer on the ExamplesPage
  Extending PHPMailerHowToExtend PHPMailer.
  Tips and TricksSometimes how the use PHPMailer isn\'t obvious, or you need to work around how your hosting provider has setup PHP for your site. These TipsAndTricks will help you out.
  Using HTMLFilterNew with PHPMailer 5.2.0 is a new class in extras: htmlfilter.php. What is it and what can you do with HtmlFilter?
  
  from:http://phpmailer.worxware.com/
  from:http://code.google.com/a/apache- ... wiki/PHPMailer?tm=6
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 转播转播 分享分享 分享淘帖
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|创星网络 ( 苏ICP备11027519号|网站地图  

GMT+8, 2024-5-2 13:09 , Processed in 0.076344 second(s), 24 queries .

Powered by Discuz! X3

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表