To use Email library class in codeigniter 4 application, we need to do some email configuration at file /app/Config/Email.php It's a class file, where we set some values to class member variables. After doing all needed configuration settings, we load in application like this before use.