![]() |
Mail sending problem - 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: Mail sending problem (/showthread.php?tid=10411) |
Mail sending problem - El Forum - 07-30-2008 [eluser]ummarbhutta[/eluser] Hi I am having problem in sending email.. I have hosted my website on hostmonster.com and the following function is sending email to user.. but it doesn't get delivered.. and no error message is displayed... Code: function SendEmail($email) Why it is so? Please help me as soon as possible? Mail sending problem - El Forum - 07-30-2008 [eluser]andreagam[/eluser] Did you set your mailpath correctly? Code: $config['mailpath'] = '/usr/sbin/sendmail -t -i'; Mail sending problem - El Forum - 07-30-2008 [eluser]ummarbhutta[/eluser] Thanks let me try it... Mail sending problem - El Forum - 07-30-2008 [eluser]ummarbhutta[/eluser] I have tested it but it is not working yet!! :-S |