CodeIgniter unable to send email using PHP mail()

前端 未结 12 2117
孤街浪徒
孤街浪徒 2020-11-29 06:27

I\'m trying to send an e-mail with Codeigniter like this:

$this->load->library(\'email\');

$this->email->from(\"myemail@email.com\");
$this->         


        
12条回答
  •  迷失自我
    2020-11-29 06:36

    Do you have an email.php file in your config folder? Maybe there's a problem with your configuration in there.

提交回复
热议问题