文件名称:phpmailer v5.1 新版本,支持gmail,有各种示例
文件大小:113KB
文件格式:ZIP
更新时间:2015-01-16 10:28:34
phpmailer v5.1 新版本,支持gmail,含示例
phpmailer v5.1 新版本,支持gmail、网易邮箱,包含示例。 请先下载v5.1版本(gmail和网易本人测试通过)。根据您的服务器可能会要修改的: 2、可能要开启 PHP_openssl.dll 服务。(;extension=php_openssl.dll ,将最前面的分号去掉,改成以下的代码, 然后保存 extension=php_openssl.dll windowns 下还需把几个文件放到system32下 来支持php_openssl.dll,可以百度或谷歌搜索下 ) 3、$body = eregi_replace("[\]",'',$body); 如果您的版本不支持这个方法,那就注释掉吧。 4、class.phpmailer.php:(大概1241 和1246 两个地方) 注释掉 set_magic_quotes_runtime(0); 或者把下面的PHP_VERSION < 6改为PHP_VERSION < 5. if (PHP_VERSION < 6) { $magic_quotes = get_magic_quotes_runtime(); set_magic_quotes_runtime(0); } 5、如果您的包比较老(v2.3之前)在windows 下要注释掉: //$mail->IsSendmail(); // tell the class to use Sendmail
【文件预览】:
说明.htm
PHPMailer_v5.1
----docs()
--------extending.html(4KB)
--------Callback_function_notes.txt(616B)
--------use_gmail.txt(1KB)
--------DomainKeys_notes.txt(2KB)
--------pop3_article.txt(4KB)
--------Note_for_SMTP_debugging.txt(1KB)
--------faq.html(3KB)
----aboutus.html(13KB)
----class.phpmailer.php(73KB)
----changelog.txt(17KB)
----test()
--------testemail.php(1KB)
--------contents.html(253B)
--------phpmailerTest.php(23KB)
--------test_callback.php(3KB)
--------test.png(1KB)
----LICENSE(26KB)
----class.smtp.php(25KB)
----class.pop3.php(10KB)
----README(9KB)
----examples()
--------test_pop_before_smtp_advanced.php(1KB)
--------images()
--------test_db_smtp_basic.php(2KB)
--------test_smtp_advanced.php(2KB)
--------test_smtp_gmail_basic.php(2KB)
--------index.html(3KB)
--------test_smtp_basic_no_auth.php(2KB)
--------test_smtp_gmail_advanced.php(2KB)
--------test_mail_advanced.php(1KB)
--------contents.html(805B)
--------test_smtp_advanced_no_auth.php(1KB)
--------test_sendmail_basic.php(1KB)
--------test_pop_before_smtp_basic.php(1KB)
--------test_smtp_basic.php(2KB)
--------test_sendmail_advanced.php(1KB)
--------test_mail_basic.php(1KB)
----language()
--------phpmailer.lang-cz.php(2KB)
--------phpmailer.lang-tr.php(2KB)
--------phpmailer.lang-nl.php(2KB)
--------phpmailer.lang-ar.php(2KB)
--------phpmailer.lang-ru.php(2KB)
--------phpmailer.lang-ro.php(2KB)
--------phpmailer.lang-es.php(2KB)
--------phpmailer.lang-fr.php(2KB)
--------phpmailer.lang-hu.php(2KB)
--------phpmailer.lang-pl.php(2KB)
--------phpmailer.lang-se.php(2KB)
--------phpmailer.lang-no.php(1KB)
--------phpmailer.lang-ca.php(2KB)
--------phpmailer.lang-dk.php(2KB)
--------phpmailer.lang-zh_cn.php(1KB)
--------phpmailer.lang-zh.php(1KB)
--------phpmailer.lang-it.php(2KB)
--------phpmailer.lang-et.php(2KB)
--------phpmailer.lang-fi.php(2KB)
--------phpmailer.lang-de.php(2KB)
--------phpmailer.lang-ch.php(1KB)
--------phpmailer.lang-fo.php(2KB)
--------phpmailer.lang-br.php(2KB)
--------phpmailer.lang-ja.php(2KB)