/**
  * @param string $to
  */
 public static function set_to_email_address($to)
 {
     self::$to_email_address = $to;
 }