$mailService->send($form->admin_mail,'['.NOMAPPLICATION.']['.__('Mail','Message for the author').'] '.__('Generic','Poll').': '.$form->title,$message_admin);
$message=__('Mail',"This is the message to forward to the poll participants.");
$message.='<br/><br/>';
$message.=Utils::htmlEscape($form->admin_name).' '.__('Mail','has just created a poll called').' : "'.Utils::htmlEscape($form->title).'".<br/>';
$message.=__('Mail','Thank you for participating in the poll at the following link').' :<br/><br/><a href="%1$s">%1$s</a>';
$message_admin=__('Mail',"This message should NOT be sent to the poll participants. You should keep it private. <br/><br/>You can modify your poll at the following link");
$mailService->send($form->admin_mail,'['.NOMAPPLICATION.']['.__('Mail','Message for the author').'] '.__('Generic','Poll').': '.$form->title,$message_admin);