龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > web编程 > php编程 >

email php codeigniter发送邮件并打印调试信息

时间:2014-08-24 03:29来源:网络整理 作者:网络 点击:
分享到:
php codeigniter发送邮件并打印调试信息 [代码片段(10行)]
$this->load->library('email' ) ;
$this->email- >from(' you@example. com' , ' Your Name' ) ;
$this->email- >to('someone@example. com' ) ;
$this->email- >cc('another@person. com' ) ;
$this->email- >bcc('theboss@example. com' ) ;
$this->email- >subject(' Email Test' ) ;
$this->email- >message(' This is a simple test we wrote for the email class. ' ) ;
$this->email- >send() ;
echo $this->email- >print_debugger() ;

精彩图集

赞助商链接