![]() |
Send Mail() using CodeIgniter - 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: Send Mail() using CodeIgniter (/showthread.php?tid=52404) |
Send Mail() using CodeIgniter - El Forum - 06-09-2012 [eluser]Coder Death[/eluser] Hello to all, I am getting problem using the CodeIgniter send_mail() function This is whatI have done in the Email file under the system/library folder Code: var $useragent = "CodeIgniter"; Code: [mail function] Then inside my controller, I do this Code: $this->load->library('email'); But I am still catching this errors Code: A PHP Error was encountered Code: A PHP Error was encountered Want can be the error here? please Do I need to set up a SMTP Server? Send Mail() using CodeIgniter - El Forum - 06-09-2012 [eluser]Coder Death[/eluser] Humm I uncomment the OpenSSL extension in Php.ini Now getting this error Code: A PHP Error was encountered |