Email is nothing but an Electronic mail. It is a method in which an author can exchange digital messages from one or more recipients. Here in this post by the use of CodeIgniter's inbuilt email class you will learn how one can use this CI email library to send emails via multiple protocols (mail, Sendmail, and SMTP). CodeIgniter email library supports multiple features like CC and BCCs, HTML or plain text email Multiple recipients etc. In this tutorial we are going to explain it with an example which will demonstrate you “How to use Email class library in CodeIgniter”. For...