Webmail Login






Customer Login






Missing Method in CompanyController

You are seeing this error because the action outlook.php is not defined in controller CompanyController

If you want to customize this error message, create app/views/errors/missing_action.thtml.

Fatal: Confirm you have created the CompanyController::outlook.php() in file : app/controllers/company_controller.php

<?php
class CompanyController extends AppController {
   function outlook.php() {
   }

}
?>