function prepareMessage($record, $receiverEmail, $unsubscriptionLink)
 {
     global $parametersMod;
     global $site;
     global $cms;
     $site->requireTemplate('community/newsletter/template.php');
     $email = Template::newsletterTemplate($record['language_id'], $record['text'], $unsubscriptionLink);
     return $email;
 }