/**
  * @param int $rowCount
  * @return array|string
  */
 protected function getRecipientItemsContent(&$rowCount)
 {
     return $this->renderRecipients($rowCount, $this->model->getEmailMessageRecipients());
 }