Welcome Guest, Not a member yet? Register   Sign In
Email Problem
#8

[eluser]uptime[/eluser]
Just a thought on how to debug it...

You should probably debug it on system/libraries/Email.php around line 1538 (function _send_with_sendmail()).

I would probably var_dump( $this->mailpath . " -oi -f ".$this->clean_email($this->_headers['From'])." -t", $status );

right after $status is returned.

Make sure mailpath (sendmail binary) is the correct path (you can use "which sendmail"), make sure the headers make sense and finally, check out the returned status.

Maybe it will give you a hint...

Happy (yeah, right...) debugging!


Messages In This Thread
Email Problem - by El Forum - 11-26-2009, 10:06 AM
Email Problem - by El Forum - 11-26-2009, 11:09 AM
Email Problem - by El Forum - 11-26-2009, 11:25 AM
Email Problem - by El Forum - 11-26-2009, 11:33 AM
Email Problem - by El Forum - 11-26-2009, 11:38 AM
Email Problem - by El Forum - 11-26-2009, 11:45 AM
Email Problem - by El Forum - 11-26-2009, 01:00 PM
Email Problem - by El Forum - 11-26-2009, 01:18 PM
Email Problem - by El Forum - 11-26-2009, 07:09 PM
Email Problem - by El Forum - 12-07-2009, 09:49 AM
Email Problem - by El Forum - 07-22-2010, 12:25 PM



Theme © iAndrew 2016 - Forum software by © MyBB