$this->email->from('
[email protected]', 'Tom Webmaster');
$this->email->to('
[email protected]', 'Freddie Fakeperson');
$this->email->subject('Your Account Is Active');
$this->email->message('Welcome to our new site!');
In the 'from' method, the first parameter is the...