
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’,…
