mail() on MAMP? |
[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(); |
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
|