function show_html_mail()
 {
     $user = $this->loginUserByToken();
     $mc = new MailController();
     $mc->show_html_mail();
 }