/**
  * Run Email Process of given message
  * @param string $input
  * @return void
  */
 public function pipe($input)
 {
     $this->manager->handle($this->rawMessageProviderFactory->create(array('raw_message' => $input)));
 }