CodeIgniter Forums
Sending a Email - 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: Sending a Email (/showthread.php?tid=8137)



Sending a Email - El Forum - 05-07-2008

[eluser]123XD[/eluser]
Hi,

from the user guide of CI 1.60
it says
Quote:If you prefer not to set preferences using the above method, you can instead put them into a config file. Simply create a new file called the email.php, add the $config array in that file. Then save the file at config/email.php and it will be used automatically. You will NOT need to use the $this->email->initialize() function if you save your preferences in a config file.

do we need to load email.php while we using it?? or just put email.php in config/ folder, then it will work?

also do we need to change the stuff in the 'system/libraries/Email.php' as well???

I can't make the email working..Sad

Could anyone help me with this please?

Thanks in advanced.