PHPMailer

出自福留子孫
在2018年2月15日 (四) 13:29由丁志仁對話 | 貢獻所做的修訂版本

跳轉到: 導覽搜尋

2017年版本:6.0.3版,適用於 PHP Version 5.5

寄信兩檔:

  1. PHPMailer.php
  2. SMTP.php

將它們置於同一個資料夾。

在 PHPMailer.php 的「protected function smtpSend($header, $body)」函式裡增加一行:

require_once 'SMTP.php';	// by jj

使其自動載入 SMTP.php 。