public function sendAlertsPerEmailToRecipient($alerts, \Piwik\Mail $mail, $recipient, $period, $idSite)
 {
     parent::sendAlertsPerEmailToRecipient($alerts, $mail, $recipient, $period, $idSite);
 }