Unable to send emails with MAMP |
[eluser]Wit07[/eluser]
Hi there, After several hours seeking on the web, I didn't solve my issue: I can't send emails using CI running on MAMP free. Here is my config: Code: $config = array(); I got an infinitive loop and nothing is printed into my log... I enabled SSL on MAMP and added these lines to php.ini: Code: [mail function] Also, a command line such as Code: echo "test" | mail -s "subject" [email protected] Do you have any idea? Cheers |
Messages In This Thread |
Unable to send emails with MAMP - by El Forum - 08-12-2013, 07:10 AM
Unable to send emails with MAMP - by El Forum - 08-12-2013, 08:17 AM
Unable to send emails with MAMP - by El Forum - 08-12-2013, 08:33 AM
Unable to send emails with MAMP - by El Forum - 08-13-2013, 02:43 AM
|