Re: [請益] 自動發信功能?

看板PHP作者 (我是大笨蛋)時間17年前 (2008/10/27 19:50), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串2/2 (看更多)
※ 引述《kg0304 (隼仁)》之銘言: : $headers = "MIME-Version: 1.0\r\n"; : $header .= "Content-type: text/html; charset=Big5\r\n"; : $headers = iconv("UTF-8", "Big5", $headers); : mail($to_mail, $subject, $message, $headers); : ?> : 請問各位高手一下 : 如果我這樣寫,可以抓取到會員加入後自動寄mail通知嗎? 板友推文裡提到的 php mailer 等 package,真的比較方便一些, 可以設定一些 options。 如果只想用 php 內建的 mail 功能, 則建議用 mb_send_mail() 代替 mail(), mb_send_mail 會自動幫你處理一些編碼的問題,比單純的 mail() 方便多了。 http://tw2.php.net/mb_send_mail -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 218.167.1.224 ※ 編輯: Huangs 來自: 218.167.1.224 (10/27 19:51)
文章代碼(AID): #191QiOVG (PHP)
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 2 之 2 篇):
文章代碼(AID): #191QiOVG (PHP)