Data to Information to Knowledge to Wisdom
This is the capital of new Alchemy

十月 11日

phpmailer

因為原本php裡面的mail()並無法使用smtp authentication,所以原本blog裡面的mail通知是不能用的。同理可證,我如果要用一些使用mail的功能大概也不行。

為了這個原因,我又上了google,結果我找到了PHPMailer。這是一個很酷的php class,可以使用smtp或是sendmail、postfix等來寄信,而且可以使用html或附加檔案。傑克,這真是神奇了!

我在研究了之後,修改了下面的東西...
[完整文章!]