/**
  * @param bool $v
  */
 public static function setSendingDisabled($v = true)
 {
     self::$disable_sending = $v;
 }