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

标题: PHP邮件发送组件PHPMailer [打印本页]

作者: luinstein    时间: 2012-10-22 13:48
标题: PHP邮件发送组件PHPMailer
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




欢迎光临 创星网络[分享知识 传递快乐] (http://bbs.cxweb.com.cn/) Powered by Discuz! X3