我尝试使用codeigniter framework发送邮件。但是它会引发错误"无法使用PHP邮件发送电子邮件()。您的服务器可能未配置为使用此方法发送邮件。
From: "prakash t" <tprakashkce@gmail.com>
Return-Path: <tprakashkce@gmail.com>
Reply-To: "tprakashkce@gmail.com" <tprakashkce@gmail.com>
X-Sender: tprakashkce@gmail.com
X-Mailer: CodeIgniter
X-Priority: 3 (Normal)
Message-ID: <5aed4eed40506@gmail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
=?UTF-8?Q?Test=20Mail?=
hai this my test mail
&#34; 但没有用
这是mycode:
public function sendMail(){
$config = Array(
'protocol' => 'mail',
'smtp_host' => 'ssl://smtp.googlemail.com',
'smtp_port' => 587,
'smtp_user' => 'example@gmail.com',
'smtp_pass' => '*********'
);
我知道这是一个重复的问题。但我没有找到解决方案来解决我的问题
$this->load->library('email',$config);
$this->email->set_newline("\r\n");
$this->email->from('tprakashkce@gmail.com','prakash t');
$this->email->to('tprakash11121996@gmail.com');
$this->email->subject('Test Mail');
$this->email->message('hai this my test mail');
if($this->email->send()){
echo "mail send succesfully";
}
else{
show_error($this->email->print_debugger());
}
}
答案 0 :(得分:1)
您已完成所有操作,但您在初始化邮件时遇到问题
只需更改此
$this->load->library('email',$config);
到
$this->load->library('email');
$this->email->initialize($config);
您可以查看in details here.
答案 1 :(得分:0)
我遇到了同样的错误,但是我的问题出在Apache配置上。确保Apache可以发送电子邮件。
要检查您当前的sendmail状态:
(filter (λ (x) (= (incident-yr x) yr)) aList)
如果关闭,则将其更改为此:
sestatus -b | grep httpd_can_sendmail