首頁  >  文章  >  後端開發  >  新測試 thinkphp32 整合 PHPMailer 發送郵件

新測試 thinkphp32 整合 PHPMailer 發送郵件

WBOY
WBOY原創
2016-07-29 09:11:18824瀏覽

PHPMailer 的官方網站:http://phpmailer.worxware.com/

PHPMailer 最新類別庫下載位址:【點擊下載】

PHPMailer GitHub Synchro/PHPMailer,該頁面也提供了使用例子,不過不是很全面。 參考 http://my.oschina.net/BearCatYN/blog/299192    的的部落格文章

只選擇了目錄設定的部分

 http://jingyan.baidu.com/article文章

參考了裡面的程式碼,和php.in 設定 



即使作完以上步驟,依然會報錯SMTP 類別無法找到,只要在class.phpmailer.php中開頭引入 

("class.smtp.php");

就可以了。
smtp伺服器:smtp.163.com伺服器使用者名稱:xxxxx@163.com
伺服器密碼:   xxxxxx

新測thinkphp32 整合PHPMailer <br />發送郵件<br />

下面的設定可以調試SMTP錯誤訊息新测 thinkphp32 整合 PHPMailer <strong></strong>$mail->SMTPDebug = 3; // 關閉SMTP and messages</p><p>// 2 = messages only</p><p>$mail->ErrorInfo;    // 可以取得錯誤訊息</p>
                
                
                <p>
                    以上就介紹了新測 thinkphp32 整合 PHPMailer 發送郵件,包含了require,Git,github方面的內容,希望對PHP教學有興趣的朋友有幫助。 </p>
                <p>
                    </p>

陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn