Make the password reset email work (untested)
[bugdar.git] / global.php
index cfe5e381bb17b7d83e8416194cf60b41870a7465..eefd2ddcc33bb9d9ac55e3cdcc0a51eaa49c30ef 100755 (executable)
@@ -31,6 +31,11 @@ BSTemplate::$dbCacheTable    = TABLE_PREFIX . 'template';
 BSTemplate::$langcall          = 'T';
 BSTemplate::$templatePath      = 'templates/%s.tpl';
 
+// ###################################################################
+// initialize the email system
+require_once ISSO . '/Mail.php';
+require_once 'includes/emails.php';
+
 // ###################################################################
 // global template variables