public function email_available($email = null) {
        
        if ($email == null) {
            return false;
        }