aboutsummaryrefslogtreecommitdiffstats
path: root/include/EmailNotification.php
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-05-30 06:19:59 +0200
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-05-30 06:19:59 +0200
commit087f79236e79975d482f739e84cc16f6648e1bec (patch)
treee7296753df9d9ae92adbc5acf9d2997193b65d99 /include/EmailNotification.php
parent770d1bb7a368cdaba8e7340b54fd4b13ffea66b8 (diff)
parentc3478a1485334e9a399fe0786af54d63bb666a60 (diff)
downloadvolse-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.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)."-"