Welcome Guest, Not a member yet? Register   Sign In
mail() on MAMP?
#4

[eluser]Derek Allard[/eluser]
Do PHP files outside of CodeIgniter work for you to send mail?
Code:
mail("[email protected]", "test subject", "test body");

If so, after you've sent an email with CI, echo out
Code:
$this->email->print_debugger();
and it'll give you a bit more information. If it says all was successful, then CI has done the job of handing off a properly formed email to your mail server, and the problem is either at your ISP sending out, or receiving.


Messages In This Thread
mail() on MAMP? - by El Forum - 12-23-2007, 02:28 AM
mail() on MAMP? - by El Forum - 12-23-2007, 04:41 AM
mail() on MAMP? - by El Forum - 12-23-2007, 05:08 AM
mail() on MAMP? - by El Forum - 12-23-2007, 11:01 AM
mail() on MAMP? - by El Forum - 12-23-2007, 12:08 PM
mail() on MAMP? - by El Forum - 12-23-2007, 03:09 PM
mail() on MAMP? - by El Forum - 12-23-2007, 03:17 PM
mail() on MAMP? - by El Forum - 12-23-2007, 03:28 PM
mail() on MAMP? - by El Forum - 01-26-2011, 07:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB