Home
last modified time | relevance | path

Searched refs:mailText (Results 1 – 1 of 1) sorted by relevance

/plugin/structpublish/helper/
H A Dnotify.php60 $mailText = $this->prepareMailText($newRevision->getStatus());
62 $this->sendMail(implode(',', $recipients), $mailText);
67 * @param string $mailText
70 public function sendMail($recipients, $mailText) argument
78 $mailer->setBody($mailText);