View Full Version : Administrative and Maintenance Tools - EPC vbMailer [LITE] All in ONE E-mail Solution
akonze
10-31-2008, 04:14 AM
Is this thing still being updated? Seems a dead mod. Even the commercial link leads to nowhere...
bklynjava
11-21-2008, 09:36 PM
Is this thing still being updated? Seems a dead mod. Even the commercial link leads to nowhere...
I am wondering the same thing?
Welshy2008
11-29-2008, 03:28 PM
//What should vbMailer use to send out emails?
//mail, sendmail or smtp (CASE SENSITIVE!)
//If you supply smtp, please supply the information below
//If you supply sendmail, please supply your sendmail path below
$vbmailer['mailwith'] = "smtp"; //Send emails with
$vbmailer['smtphost'] = "mail.windowsfiji.com"; //SMTP Host
$vbmailer['smtpuser'] = "hacks@windowsfiji.com"; //SMTP Username
$vbmailer['smtppass'] = "hackerpass"; //SMTP Password
$vbmailer['sendmailpath'] = ""; //Sendmail path
What am I supposed to do in here and where do I gain the info to enter into it, Please?
I too am getting the same as that, posted in post number: 241. (https://vborg.vbsupport.ru/showpost.php?p=1467936&postcount=241)
I'm basically looking for something like this mod to send out newsletters on my forum. Does anyone know if this works with 3.8? I checked their website and it doesn't appear to be very active for this product. I even clicked the Purchase link and it goes to an invalid domain.
theparentpack
02-03-2009, 05:41 AM
The Full Version link takes me to a page that says:
Sorry, we cannot find that page.
I would love to check it out!
adpar
06-18-2009, 10:44 PM
hello I would also like some infromation.
are the people who made it still available for support if anything is needed????
adpar
06-24-2009, 08:15 PM
I installed it but it appears to have the same issues as others mentioned !!!!!
the date to send the mail appears to be 2000, no matter what you do. ?
I dont get why this thread isnt put into some hidden category so that you dont have to really try it out , if the same issues appear to others too,
... ? is it only to be downloaded by someone who is a programmer and will know how to fix it himself?
shouldnt moderators remove that thread somehow ? or place a warning?
(sorry dont want to sound categorical but , the facts seem to be very clear? no? ...)
SoftDux
11-05-2009, 07:29 PM
I installed it but it appears to have the same issues as others mentioned !!!!!
the date to send the mail appears to be 2000, no matter what you do. ?
I dont get why this thread isnt put into some hidden category so that you dont have to really try it out , if the same issues appear to others too,
... ? is it only to be downloaded by someone who is a programmer and will know how to fix it himself?
so is this a bug, or is there a setting somewhere to fix the problem?
PascalR
09-14-2010, 07:47 PM
Ah man, just installed it and I have the same year 2000 issue so basically doesn't do anything...
Are there any alternatives to this tool?
mattyphatty
09-15-2010, 05:02 PM
Anyone know if anything like this is available for VB 4.0?
accludetuner
12-04-2011, 03:25 AM
"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:
$sendat = mktime($date[hour], $date[minute], '00', $date[month], $date[day], $date['date'][year]);
replace with:
$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.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.