Getting PHP error/warnings when using CodeIgniter 2 to send email
- by Sparky672
I'm using Ion Auth and trying to implement the forgotten password feature which relies upon an email being sent from CI. My LAMP server is on a shared cPanel account and uses sendmail. However, I have the ability to over-ride any PHP settings with my own php.ini file in the public_html directory.
As per the CodeIgniter 2 documentation for…