![]() |
[solved]Can't send email in CI 2.0 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: [solved]Can't send email in CI 2.0 (/showthread.php?tid=39658) |
[solved]Can't send email in CI 2.0 - El Forum - 03-16-2011 [eluser]Unknown[/eluser] this is the code: Code: <?php and give this error: Code: A PHP Error was encountered Please help me.. :-S [solved]Can't send email in CI 2.0 - El Forum - 03-16-2011 [eluser]Unknown[/eluser] solved, 1. open your php.ini configuration on wamp 2. uncoment extension=php_openssl.dll 3. restart your wamp and it's working great.. thank you. |