17
Sorry, forgot something for in mainfile.php
At the end make it look like this:
if (!isset($xoopsOption["nocommon"]) && XOOPS_ROOT_PATH != "") {
include XOOPS_ROOT_PATH."/include/common.php";
} else {
global $xoops, $xoopsPreload;
defined('DS') or define('DS', DIRECTORY_SEPARATOR);
require_once XOOPS_ROOT_PATH . DS . 'class' . DS . 'xoopsload.php';
XoopsLoad::load('preload');
$xoopsPreload =& XoopsPreload::getInstance();
}
Is your Cron Job making logs?
Or do you have the possibility to run it via a command prompt (SSH putty) for watching output messages?
If the mail is processed, it is deleted from the mailbox.
IMHO the Cron should run only once in 5 minutes.