You can't just add vars to the email template; it needs to know what those vars refer to. I haven't tested this but try adding the var toAny ideas why?
/includes/acp_email.php
around line 205.Code:
$template_data = array('USERNAME'=> $row['username'],'CONTACT_EMAIL' => phpbb_get_board_contact($config, $phpEx),'MESSAGE'=> html_entity_decode($message, ENT_COMPAT),);
Statistics: Posted by Kailey — Fri Jul 26, 2024 11:30 am