1.下載PHPMailer類包
下載地址
https://code.google.com/a/apache-extras.org/p/phpmailer
注意把文件放在: ThinkPHP/Extend/Vendor/PHPMailer/class.phpmailer.php
2.
SendMail(,,'PHPMailer.class#PHPMailer'= -> ->CharSet='UTF-8' ->AddAddress( ->Body= ->From=C('MAIL_ADDRESS' ->FromName='LilyRecruit' ->Subject= ->Host=C('MAIL_SMTP' ->SMTPAuth= ->Username=C('MAIL_LOGINNAME'->Password=C('MAIL_PASSWORD' (->
3. 發送 $this->SendMail("[email protected]","title","bodyinfo ");