CodeIgniter Forums
Email library prob - 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: Email library prob (/showthread.php?tid=9404)



Email library prob - El Forum - 06-24-2008

[eluser]edhrx[/eluser]
I am trying to send out an email using the CI email library the debug gives me this

Unable to send email using PHP mail(). Your server might not be configured to send mail using this method.

but..sending out by good old php mail function works. Do they use different protocols

Ed.


Email library prob - El Forum - 06-24-2008

[eluser]aroman[/eluser]
@edhrx Maybe your server use different email protocol in send/receive messages, kindly check in your server.
As what ive known, there was a sendmail, mail, and smtp mail protocol. Either one of this protocol is being used in your server.

-mh


Email library prob - El Forum - 06-24-2008

[eluser]edhrx[/eluser]
@ci_lover got around to RTFM and altered some config parameters and eventually got it send a mail out.

Then my isp contacts me to say it was something they altered.. 8-/ anyways all fixed now.