Quote:
Originally Posted by DragonByte Tech
My guess is that the Cron doesn't use vB's bootstrap to initialise. Since cron mailing don't need vBMail stuff anyway, I'll edit the mail_send hook with this
PHP Code:
if (class_exists('VBMAIL') AND VBMAIL::$pluginglobals['mailinglist'])
That should work 
|
Why doesn't cron mailing need vbmail stuff? Daily/weekly digest, birthday greetings, event reminder are performed via cron. Actually so is ALL mailing process if "Use Mailqueue System" setting is turned on in vb. Am I missing something?