Back to vBulletin 3.6 Add-ons

Send Mass Emails Using the Mailqueue System
Mod Version: 1.0, by Abe1

This modification is in the archives.
vB Version: 3.6.8 Rating: (5 votes - 4.80 average) Installs: 68
Released: 19 Feb 2007 Last Update: Never Downloads: 355
Not Supported Code Changes  

Send Mass Emails Using the Mailqueue System 1.0


I recently changed where I send emails for my forum from. I had been using by server and now switched to an outside place. I found that sending a mass email would take FOREVER since it would take a few seconds per email it had to send out.

I had my vb setting of "Use Mailqueue System" set to 'Yes' but I realized it was NOT using the queue.

I found the way to enable the queue and sending mass emails takes me just a few seconds now! (This hack makes sending emails from your own server much faster also.)

This hack enables the vb queue only if you have 'Use Mailqueue System' turned on. Sending mass emails will take you a few seconds instead of minutes of hours!

Installation:

Open file 'admincp/email.php'.

Search for:
PHP Code:
vbmail($user['email'], $vbulletin->GPC['subject'], $sendmessagetrue$vbulletin->GPC['from']); 

CHANGE it to:
PHP Code:
vbmail($user['email'], $vbulletin->GPC['subject'], $sendmessagefalse$vbulletin->GPC['from']); 
Please post your comments or suggestions for this hack. I read ALL posts.

MAKE SURE YOU CLICK !
You will get an email when a new version is released.

Download

This modification is archived, downloads are still allowed.

File Type: %1$s Send_Mass_Emails_Using_the_Mailqueue_System_1_0.txt (327 Bytes, 369 downloads)

Supporters / CoAuthors

  • Abe1

vblts.ru supports vBulletin®, 2022-2024