add registration email template test

This commit is contained in:
2017-06-27 17:28:49 +10:00
parent 8fcb858f2e
commit 25f0a2af03
7 changed files with 383 additions and 7 deletions

View File

@@ -47,6 +47,7 @@ function _booking_registration_email($nid, $balance_payment, $manual = false) {
'module' => 'booking',
'key' => 'registration_mail',
'body' => _booking_registration_email_generate($node, $waiting_list, $balance_payment, $manual),
'subject' => $subject,
));
watchdog('booking_debug', "<pre>HTML body themed\n@info</pre>", array('@info' => print_r($html_body, true)));
$params['body'] = $html_body;