X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=include%2FEmailNotification.php;h=78912c0b96175b673293130f6aadf55d2ba4615f;hb=020deefba613327a1d8875ba7f2cf9a750be42dd;hp=209d5476a71b1e4708b46e4b08456bd2d33067de;hpb=dba7874131e7538db4da5da0e0395a47cdcb0ee5;p=friendica.git diff --git a/include/EmailNotification.php b/include/EmailNotification.php index 209d5476a7..78912c0b96 100644 --- a/include/EmailNotification.php +++ b/include/EmailNotification.php @@ -12,14 +12,6 @@ class EmailNotification { * @param textVersion text only version of the message */ static public function sendTextHtmlEmail($fromName,$fromEmail,$replyTo,$toEmail,$messageSubject,$htmlVersion,$textVersion) { - logger("sendTextHtmlEmail: BEGIN"); - logger("fromName: " . $fromName); - logger("fromEmail: " . $fromEmail); - logger("replyTo: " . $replyTo); - logger("toEmail: " . $toEmail); - logger("messageSubject: " . $messageSubject); - //logger("htmlVersion: " . $htmlVersion); - //logger("textVersion: " . $textVersion); // generate a mime boundary $mimeBoundary =rand(0,9)."-"