private static function get_notification_message($link)
 {
     $header = '<h1>' . Core::translateToCurrentLocale("Hello") . ', </h1>
     <p class="lead">' . Core::translateToCurrentLocale("you have registered money withdraw from the Bitmonex exchange") . '.</p>';
     $body = '<p>' . Core::translateToCurrentLocale("To confirm your withdrawing, please click on this link") . '. <a href="' . $link . '">' . Core::translateToCurrentLocale("Withdraw money") . '!</a></p>';
     return usr::getMessage($header, $body);
 }