aboutsummaryrefslogtreecommitdiffstats
path: root/include/EmailNotification.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/EmailNotification.php')
-rw-r--r--include/EmailNotification.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/EmailNotification.php b/include/EmailNotification.php
index 209d5476a..78912c0b9 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)."-"