]> git.mxchange.org Git - friendica.git/blobdiff - include/EmailNotification.php
small fixes to item post to try and sort out segfault issues on php 5.3 (?)
[friendica.git] / include / EmailNotification.php
index 209d5476a71b1e4708b46e4b08456bd2d33067de..78912c0b96175b673293130f6aadf55d2ba4615f 100644 (file)
@@ -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)."-"