Bugfix: Removed test code.
This commit is contained in:
parent
62998bf8b5
commit
ee50b04382
|
@ -68,7 +68,7 @@ class Emailer {
|
||||||
'body' => $multipartMessageBody,
|
'body' => $multipartMessageBody,
|
||||||
'headers' => $messageHeader
|
'headers' => $messageHeader
|
||||||
);
|
);
|
||||||
echo "<pre>"; var_dump($hookdata); killme();
|
//echo "<pre>"; var_dump($hookdata); killme();
|
||||||
call_hooks("emailer_send", $hookdata);
|
call_hooks("emailer_send", $hookdata);
|
||||||
$res = mail(
|
$res = mail(
|
||||||
$hookdata['to'], // send to address
|
$hookdata['to'], // send to address
|
||||||
|
|
Loading…
Reference in a new issue