protected function raw_send($tokens, $title, $post_id)
 {
     $this->post_id = $post_id;
     return parent::raw_send($tokens, $title, array('id' => $post_id));
 }