load->helper('form');
$this->load->helper('url');
$this->load->helper('date');
$ds = '%Y.%m.%d %H:%m:%s';
$link_back = 'mail/inbox';
?>
Sent to:
=$mail['to']; ?>
Sent at:
=mdate($ds, $mail['time']); ?>
Subject:
=$mail['subject']; ?>
=$mail['body']; ?>
You cannot read that message.