In the user manual of Codeigniter's Email Library, under Email Function Reference, wer see $this->email->from() with two parameters: an email address as well as as 'Your Name' that is set as the second parameter.
But when it comes to $this->email->to(), we cannot set the recipient's name. While we can see that in the real world (eg. gmail), the request has been answered as it's expected.