X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FUtil%2FEmailer.php;h=ba65296f507a2f3faaacf00ee6484cc94233c458;hb=f32eb0292969d3463f689c42181d12f5969da9ca;hp=7d4205ac3346ec779a34b90024d9b94a4220dc08;hpb=b5d24b5ac36f74b188e6f6eb1f258dbe4d3a1614;p=friendica.git diff --git a/src/Util/Emailer.php b/src/Util/Emailer.php index 7d4205ac33..ba65296f50 100644 --- a/src/Util/Emailer.php +++ b/src/Util/Emailer.php @@ -72,12 +72,12 @@ class Emailer "--" . $mimeBoundary . "--\n"; // message ending // send the message - $hookdata = array( + $hookdata = [ 'to' => $params['toEmail'], 'subject' => $messageSubject, 'body' => $multipartMessageBody, 'headers' => $messageHeader - ); + ]; //echo "
"; var_dump($hookdata); killme();
 		call_hooks("emailer_send", $hookdata);
 		$res = mail(