Getting Internal Server Error(500) while sending email using php(Codeigniter)
Hai there,
I'm getting internal server error while sending email using codeigniter. I used the following smtp cofiguration to send mail,
$email_config = Array( 'protocol' => 'smtp',
'smtp_host' => 'mail.domain.com',
'smtp_port' => 465,
'smtp_user' => 'no-replay@domain.com',
'smtp_pass' => '*****',
'mailtype' => 'html',
'charset' => 'iso-8859-1'
);
-
The information pasted unfortunately is not helpful. An Internal server error is registered by Apache as a result of several possible situations causing the script to be unable to execute. You should start by checking /usr/local/apache/logs/error_logs first to see what the actual error is. 0 -
Hello :) Yes, as mentioned, could you provide any output from /usr/local/apache/logs/error_log when you notice the error code in your browser? Thank you. 0
Please sign in to leave a comment.
Comments
2 comments