diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-05-30 06:19:59 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-05-30 06:19:59 +0200 |
commit | 087f79236e79975d482f739e84cc16f6648e1bec (patch) | |
tree | e7296753df9d9ae92adbc5acf9d2997193b65d99 /include/EmailNotification.php | |
parent | 770d1bb7a368cdaba8e7340b54fd4b13ffea66b8 (diff) | |
parent | c3478a1485334e9a399fe0786af54d63bb666a60 (diff) | |
download | volse-hubzilla-087f79236e79975d482f739e84cc16f6648e1bec.tar.gz volse-hubzilla-087f79236e79975d482f739e84cc16f6648e1bec.tar.bz2 volse-hubzilla-087f79236e79975d482f739e84cc16f6648e1bec.zip |
Merge branch 'master' of git://github.com/friendika/friendika
Diffstat (limited to 'include/EmailNotification.php')
-rw-r--r-- | include/EmailNotification.php | 8 |
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)."-" |