![]() |
Bug In Email Library - 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: Bug In Email Library (/showthread.php?tid=4242) |
Bug In Email Library - El Forum - 11-14-2007 [eluser]Hiden Soft[/eluser] Hi . Please Look at this code ![]() Code: $this->load->library('email'); i use this .. but i have one ERROR this ERROR -> Code: A PHP Error was encountered Please Help Me .. I Need To Sending Mail With CI :down: Bug In Email Library - El Forum - 11-14-2007 [eluser]ELRafael[/eluser] can you send by mail() php function??? i don't think there is a CI bug.... Bug In Email Library - El Forum - 11-14-2007 [eluser]Michael Wales[/eluser] I'd be curious as to whether it is an issue with your server... RFC 822 clearly states that the from header may be formatted as such: Quote:"Joe & J. Harvey" <ddd @Org> Bug In Email Library - El Forum - 11-14-2007 [eluser]Hiden Soft[/eluser] you can use it from your server .. you havent this error ? Bug In Email Library - El Forum - 11-14-2007 [eluser]Michael Wales[/eluser] I can't remember a time I have ever received it but I can't recall whether I was using SMTP or mail() at the time. Can you send this message by changing CI to use the mail() function rather than SMTP? Instructions are in the User Guide as to how. |