<!-- $Header: d:\cvs/3.8/Cron-mail-queue/Cron-mail-queue.txt,v 1.1 2008/10/05 15:15:58 pem Exp $ -->


Cron Mail Queue for vBulletin 3.8 
---------------------------------


Step 1.

In admincp/email.php

find ;

	vbmail($user['email'], $vbulletin->GPC['subject'], $sendmessage, true, $vbulletin->GPC['from']);

change to ;
	
	vbmail($user['email'], $vbulletin->GPC['subject'], $sendmessage, false, $vbulletin->GPC['from']); // Paul M - Queue Admin Mail //



Step 2.

In includes/functions.php

find ;

	exec_mail_queue();

change to ;

	// exec_mail_queue(); // Paul M - Cron Mail Queue Hack //



Step 3.

Upload mailqueue.php to /includes/cron/ 



Step 4.

Import the product into vBulletin via the ACP Product Manager. 
