PHPMailer_v5.1

时间:2016-06-23 08:35:38
【文件属性】:
文件名称:PHPMailer_v5.1
文件大小:112KB
文件格式:ZIP
更新时间:2016-06-23 08:35:38
PHPMailer class PHPMailer { ///////////////////////////////////////////////// // PROPERTIES, PUBLIC ///////////////////////////////////////////////// /** * Email priority (1 = High, 3 = Normal, 5 = low). * @var int */ public $Priority = 3; /** * Sets the CharSet of the message. * @var string */ public $CharSet = 'iso-8859-1'; /** * Sets the Content-type of the message. * @var string */ public $ContentType = 'text/plain'; /** * Sets the Encoding of the message. Options for this are * "8bit", "7bit", "binary", "base64", and "quoted-printable". * @var string */ public $Encoding = '8bit'; /** * Holds the most recent mailer error message. * @var string */ public $ErrorInfo = ''; /** * Sets the From email address for the message. * @var string */ public $From = 'root@localhost'; /** * Sets the From name of the message. * @var string */ public $FromName = 'Root User'; /** * Sets the Sender email (Return-Path) of the message. If not empty, * will be sent via -f to sendmail or as 'MAIL FROM' in smtp mode. * @var string */ public $Sender = ''; /** * Sets the Subject of the message. * @var string */ public $Subject = ''; /** * Sets the Body of the message. This can be either an HTML or text body. * If HTML then run IsHTML(true). * @var string */ public $Body = ''; /** * Sets the text-only body of the message. This automatically sets the * email to multipart/alternative. This body can be read by mail * clients that do not have HTML email capability such as mutt. Clients * that can read HTML will view the normal Body. * @var string */ public $AltBody = ''; /** * Sets word wrapping on the body of the message to a given number of * characters. * @var int */ public $WordWrap = 0; /** * Method to send mail: ("mail", "sendmail", or "smtp"). * @var string */ public $Mailer = 'mail'; /** * Sets the path of the sendmail program. * @var string */ public $Sendmail = '/usr/sbin/sendmail'; /** * Path to PHPMailer plugins. Useful if the SMTP class * is in a different directory than the PHP include path. * @var string */ public $PluginDir = ''; /** * Sets the email address that a reading confirmation will be sent. * @var string */ 一个可以收发邮件的工具类
【文件预览】:
PHPMailer_v5.1
----class.smtp.php(25KB)
----changelog.txt(17KB)
----language()
--------phpmailer.lang-ro.php(2KB)
--------phpmailer.lang-ru.php(2KB)
--------phpmailer.lang-fi.php(2KB)
--------phpmailer.lang-ch.php(1KB)
--------phpmailer.lang-dk.php(2KB)
--------phpmailer.lang-br.php(2KB)
--------phpmailer.lang-fr.php(2KB)
--------phpmailer.lang-et.php(2KB)
--------phpmailer.lang-nl.php(2KB)
--------phpmailer.lang-es.php(2KB)
--------phpmailer.lang-cz.php(2KB)
--------phpmailer.lang-de.php(2KB)
--------phpmailer.lang-ar.php(2KB)
--------phpmailer.lang-tr.php(2KB)
--------phpmailer.lang-fo.php(2KB)
--------phpmailer.lang-it.php(2KB)
--------phpmailer.lang-pl.php(2KB)
--------phpmailer.lang-se.php(2KB)
--------phpmailer.lang-zh_cn.php(1KB)
--------phpmailer.lang-hu.php(2KB)
--------phpmailer.lang-ja.php(2KB)
--------phpmailer.lang-zh.php(1KB)
--------phpmailer.lang-no.php(1KB)
--------phpmailer.lang-ca.php(2KB)
----class.phpmailer.php(73KB)
----examples()
--------test_smtp_gmail_basic.php(2KB)
--------test_smtp_basic_no_auth.php(2KB)
--------index.html(3KB)
--------images()
--------test_sendmail_basic.php(1KB)
--------test_pop_before_smtp_advanced.php(1KB)
--------test_smtp_gmail_advanced.php(2KB)
--------contents.html(805B)
--------test_smtp_advanced_no_auth.php(1KB)
--------test_mail_advanced.php(1KB)
--------test_smtp_advanced.php(2KB)
--------test_db_smtp_basic.php(2KB)
--------test_pop_before_smtp_basic.php(1KB)
--------test_sendmail_advanced.php(1KB)
--------test_mail_basic.php(1KB)
--------test_smtp_basic.php(2KB)
----LICENSE(26KB)
----test()
--------testemail.php(1KB)
--------test.png(1KB)
--------phpmailerTest.php(23KB)
--------contents.html(253B)
--------test_callback.php(3KB)
----aboutus.html(13KB)
----class.pop3.php(10KB)
----docs()
--------Note_for_SMTP_debugging.txt(1KB)
--------extending.html(4KB)
--------faq.html(3KB)
--------pop3_article.txt(4KB)
--------use_gmail.txt(1KB)
--------DomainKeys_notes.txt(2KB)
--------Callback_function_notes.txt(616B)
----README(9KB)

网友评论

  • 很好的资源,用的很好
  • 很好 可以用 谢谢
  • 很好 可以用 谢谢