星期二, 三月 22, 2011

php的sendmail

php本來sendmail的函式,無法做authentication
所以要灌library之後,php才可以支援這個功能。

參考

http://www.cyberciti.biz/tips/howto-php-send-email-via-smtp-authentication.html

要灌的library,要下三個指令
pear install Mail
pear install Net_SMTP
pear install Net_Socket