Code Archive
07 Jul 2016
Send Mail Using Gmail SMTP Server Using Codeigniter Framework

Today we are going to see how we can use gmail SMTP server for sending emails from your web application using Codeigniter Framework. You can write following code into your controller. Load Email library into your controller by calling $this->load->library(’email’, $email_config), here $email_config is the array of email configurations and their values.