-2
我使用代碼點火器,但是當我嘗試發送電子郵件時,它不起作用。我有以下代碼:代碼點火器不發送電子郵件
$this->load->library('email');
$this->email->from("[email protected]");
$this->email->to('[email protected]');
$this->email->subject('Corporate Client Mail');
$this->email->message('test email');
$this->email->send();
什麼可能導致此腳本不發送電子郵件?任何幫助appriciated。
你的配置文件中有哪些首選項? – Joerg 2015-02-09 12:49:58