![]() |
In need of Email code. . . - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: In need of Email code. . . (/showthread.php?tid=55775) |
In need of Email code. . . - El Forum - 11-09-2012 [eluser]kasirajan PHP[/eluser] Hi, i need sample email code to check mail sending from my task. . .I had tried upto my level, but i dint get correct solutions. . .can u please give me some sample code to send mail from codeigniter framework. . . I am waiting. . .Thanks in advance. . . Regards, Kasirajan.C In need of Email code. . . - El Forum - 11-09-2012 [eluser]robertorubioes[/eluser] Hi, Try it: http://ellislab.com/codeigniter/user-guide/libraries/email.html If you work locally, you may have problems with the SMTP. Configure email configurion files. Use this service ![]() ![]() In need of Email code. . . - El Forum - 11-09-2012 [eluser]kasirajan PHP[/eluser] Code: public function __construct() This is my code. i had used this to send email..I had hosted the code in server, but its not working in my server too. . . pls tel me the solution... thanks in advance. . . In need of Email code. . . - El Forum - 11-09-2012 [eluser]robertorubioes[/eluser] Note: Try it you will know logs.(Server LINUX -> /var/log/apache2/error.log) View this post https://support.google.com/mail/bin/answer.py?hl=es&answer=14257. Also you could view this replys http://ellislab.com/forums/viewthread/84689/ In need of Email code. . . - El Forum - 11-11-2012 [eluser]JoJo17[/eluser] Hi I had trouble with my server setup and using Codeigniter's built-in email functions so I had to write my own library so I could send emails using PEAR. Feel free to use (and adjust as necessary) if you have similar issues: Code: <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed'); |