Question:Write the functions of Email class.
Answer
There is a number of email class functions available in CodeIginter: $this->email->from() $this->email->reply_to() $this->email->to() $this->email->cc() $this->email->bcc() $this->email->subject() $this->email->message() $this->email->set_alt_message() $this->email->clear() $this->email->send() $this->email->attach() $this->email->print_debugger()