[請益] phpmailer的問題
我使用PHP5.3.0
我去下載了phpmialer for PHP5/6的版本
我現在的信件都可以寄出
也收得到
到是寄出後會發生一段錯誤
Deprecated: Function eregi() is deprecated in
C:\wamp\www\demo\class.phpmailer.php on line 599
Message sent!
以下是那一段程式碼
/* Retry while there is no connection */
while($index < count($hosts) && $connection == false) {
$hostinfo = array();
if(eregi('^(.+):([0-9]+)$', $hosts[$index], $hostinfo)) {
$host = $hostinfo[1];
$port = $hostinfo[2];
} else {
$host = $hosts[$index];
$port = $this->Port;
}
這一段程式碼是phpmailer內建的class.phpmailer.php檔裡面的寫好的
我不清楚為什麼會有錯誤= =
希望有高手能幫我解惑! 感謝!!!
但是信件卻能正常寄出= =
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.136.155.130
推
10/04 08:16, , 1F
10/04 08:16, 1F
→
10/04 08:17, , 2F
10/04 08:17, 2F
→
10/05 04:17, , 3F
10/05 04:17, 3F
討論串 (同標題文章)
以下文章回應了本文:
完整討論串 (本文為第 1 之 2 篇):
PHP 近期熱門文章
PTT數位生活區 即時熱門文章