How to Send Email using CodeIgniter - PHPTPOINT
To send mail in Codeigniter we need to do a little bit of configuration, need to load email library. Codeigniter supports multiple Protocols, Mail, send mail, and SMTP, multiple recipients, CC and BCCs, HTML or Plain text email, Attachments, Word wrapping and many more. As you know email is quite important in web applications.