1
Hi,
I'm trying to use XoopsMailer for the first time.
I am using something like:
$myMailer = new XoopsMailer();
$result = $myMailer->sendMail($xoopsConfig['adminmail'], 'Site-error', $body, array());
I am using the default PHPMail() to try and send the e-mail. My php.ini settings are correct.
The error I am getting is:
Could not instantiate mail()
Please, can anyone help me out?
EDIT: I am running XOOPS 2.0.13.1