Closes #750
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Bug/Wish:
+ * Emails:
+ - #750: Fix email list in test email -FRU
+
* Profile:
- #729: Fix positioning of addresses on public profile -FRU
- #742: Sub domain was hidden when editing profile -FRU
$this->template_dir = $globals->spoolroot . "/templates/";
$this->compile_dir = $globals->spoolroot . "/spool/mails_c/";
$this->config_dir = $globals->spoolroot . "/configs/";
-
+ array_unshift($this->plugins_dir, $globals->spoolroot."/plugins/");
$this->register_outputfilter(Array($this, 'mail_format'));
$this->register_function('from', Array($this, 'setFrom'));