FastCGI, PHP, Sendmail, and Codeigniter
Posted
by Kyle J. Dye
on Stack Overflow
See other posts from Stack Overflow
or by Kyle J. Dye
Published on 2010-04-08T13:12:34Z
Indexed on
2010/05/07
5:28 UTC
Read the original article
Hit count: 222
Hi Everyone. I am experiencing an odd issue. I just switched to FastCGI (Apache) because of the big performance boost. Everything is working great, except when I attempt to use sendmail (Codeigniter Class or just raw PHP). I have tested with and without CI and still get a 500 internal server error when trying to send. Could this be getting caused by a discrepency in how FastCGI utilizes sendmail? Has anyone else experienced this issue? Also, the email will send, it just errors afterwards. Please let me know a solution if you have one! Thanks! :)
© Stack Overflow or respective owner