In need of Email code. . . |
[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
[eluser]robertorubioes[/eluser]
Hi, Try it: http://ellislab.com/codeigniter/user-gui...email.html If you work locally, you may have problems with the SMTP. Configure email configurion files. Use this service ![]() ![]()
[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. . .
[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/answ...swer=14257. Also you could view this replys http://ellislab.com/forums/viewthread/84689/
[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'); |
Welcome Guest, Not a member yet? Register Sign In |