"In the year 2000, In the year 2000" - Old Conan O'brien skit right there
For those having the Year 2000 bug mentioned multiple times in this thread,
open /admincp/vbmailer.php
find on line 447:
PHP Code:
$sendat = mktime($date[hour], $date[minute], '00', $date[month], $date[day], $date['date'][year]);
replace with:
PHP Code:
$sendat = mktime($date[hour], $date[minute], '00', $date[month], $date[day], $date[year]);
I've been looking for an integrated vB emailer for a while now. I didn't think to even check the 3.6 mods but after hitting dead ends, I tried this section and was very happy to find this potential diamond in the rough.
I installed it on my 3.8.7 PL2 and so far don't have any issues but I'm still playing with. It's disappointing to see that the developer is MIA, their site is gone, and there's no support or future development for this mod. I would have gladly paid for the full version. I'd also love to give this mod a good update for some newer features and a few small changes, but the mod author specifies no mod rewrites/re-releases.

I'll keep playing with it and if I find more bugs I'll fix them and post up the fixes here for you all.