Re: Send out Newsletter failed
Reply #13 –
Try this, in admin/ManageNews.controller.php:
// Some functions we will need
require_once(SUBSDIR . '/Mail.subs.php');
Use the comment too because there are two instances of the require_once and only the one with the comment is the important one in that case.
And just after it add:
require_once(SUBSDIR . '/News.subs.php');