ManOnDaMoon
Well-known member
I was actually trying to figure out why the "Email Users" form was working properly in my development copy but not my own add-on script. I found out I left the enableMail option to false.
Could someone confirm this?
With
in library/config.php
I don't know if this is an issue or purposedly designed this way.
Could someone confirm this?
With
PHP:
$config['enableMail'] = false;
I don't know if this is an issue or purposedly designed this way.