php 邮件运用smtp

时间:2014-04-19 05:19:08
【文件属性】:

文件名称:php 邮件运用smtp

文件大小:82KB

文件格式:GZ

更新时间:2014-04-19 05:19:08

php 邮件

Version 5.1 (October 20, 2009) * fixed filename issue with AddStringAttachment (thanks to Tony) * fixed "SingleTo" property, now works with Senmail, Qmail, and SMTP in addition to PHP mail() * added DKIM digital signing functionality New properties: - DKIM_domain (sets the domain name) - DKIM_private (holds DKIM private key) - DKIM_passphrase (holds your DKIM passphrase) - DKIM_selector (holds the DKIM "selector") - DKIM_identity (holds the identifying email address) * added callback function support - callback function parameters include: result, to, cc, bcc, subject and body * see the test/test_callback.php file for usage. * added "auto" identity functionality - can automatically add: - Return-path (if Sender not set) - Reply-To (if ReplyTo not set) - can be disabled: - $mail->SetFrom('yourname@yourdomain.com','First Last',false); - or by adding the $mail->Sender and/or $mail->ReplyTo properties Note: "auto" identity added to help with emails ending up in spam or junk boxes because of missing headers Version 5.0.2 (May 24, 2009) * Fix for missing attachments when inline graphics are present * Fix for missing Cc in header when using SMTP (mail was sent, but not displayed in header -- Cc receiver only saw email To: line and no Cc line, but did get the email (To receiver saw same) Version 5.0.1 (April 05, 2009) * Temporary fix for missing attachments


【文件预览】:
PHPMailer_v5.1
----aboutus.html(13KB)
----class.phpmailer.php(73KB)
----test()
--------phpmailerTest.php(23KB)
--------test.png(1KB)
--------testemail.php(1KB)
--------test_callback.php(3KB)
--------contents.html(253B)
----docs()
--------pop3_article.txt(4KB)
--------extending.html(4KB)
--------faq.html(3KB)
--------use_gmail.txt(1KB)
--------DomainKeys_notes.txt(2KB)
--------Note_for_SMTP_debugging.txt(1KB)
--------Callback_function_notes.txt(616B)
----examples()
--------test_db_smtp_basic.php(2KB)
--------test_pop_before_smtp_advanced.php(1KB)
--------test_smtp_gmail_advanced.php(2KB)
--------test_smtp_gmail_basic.php(2KB)
--------test_mail_advanced.php(1KB)
--------test_smtp_advanced_no_auth.php(1KB)
--------test_sendmail_basic.php(1KB)
--------test_smtp_basic_no_auth.php(2KB)
--------test_smtp_advanced.php(2KB)
--------test_pop_before_smtp_basic.php(1KB)
--------test_smtp_basic.php(2KB)
--------images()
--------contents.html(805B)
--------index.html(3KB)
--------test_mail_basic.php(1KB)
--------test_sendmail_advanced.php(1KB)
----LICENSE(26KB)
----changelog.txt(17KB)
----class.pop3.php(10KB)
----language()
--------phpmailer.lang-ca.php(2KB)
--------phpmailer.lang-et.php(2KB)
--------phpmailer.lang-fo.php(2KB)
--------phpmailer.lang-ru.php(2KB)
--------phpmailer.lang-no.php(1KB)
--------phpmailer.lang-pl.php(2KB)
--------phpmailer.lang-zh.php(1KB)
--------phpmailer.lang-ch.php(1KB)
--------phpmailer.lang-nl.php(2KB)
--------phpmailer.lang-es.php(2KB)
--------phpmailer.lang-fr.php(2KB)
--------phpmailer.lang-se.php(2KB)
--------phpmailer.lang-dk.php(2KB)
--------phpmailer.lang-zh_cn.php(1KB)
--------phpmailer.lang-hu.php(2KB)
--------phpmailer.lang-cz.php(2KB)
--------phpmailer.lang-it.php(2KB)
--------phpmailer.lang-ar.php(2KB)
--------phpmailer.lang-tr.php(2KB)
--------phpmailer.lang-ja.php(2KB)
--------phpmailer.lang-fi.php(2KB)
--------phpmailer.lang-ro.php(2KB)
--------phpmailer.lang-de.php(2KB)
--------phpmailer.lang-br.php(2KB)
----README(9KB)
----class.smtp.php(25KB)

网友评论

  • php+smtp 使用方便,可跨多邮件服务器,发件速度快,值得推荐。