I sent out an email on friday and its still sending it out everyday to 1100+ members
It just sent it to me again even though I disabled the product an hour ago
Whatever the original issue is with the software, I don't know. But more than likely the reason you still got it is two things.
#1, You need to disable the cron that sends the email (until this issue is figured out).
#2, The mails were already in the mail server queue and it's still sending out the queue. You can't do anything about that one, other than wait it out.
This is a great Mod and I want to use it, I'm even interested in the Pro version.
However I noticed the "members" mailing list is ALL of my members which includes banned members. I went through and deleted them as subscribers and an hour later they were back as subscribers.
I do not want to email these spammers, how do I fix this?
This is a great Mod and I want to use it, I'm even interested in the Pro version.
However I noticed the "members" mailing list is ALL of my members which includes banned members. I went through and deleted them as subscribers and an hour later they were back as subscribers.
I do not want to email these spammers, how do I fix this?
Deleting subscribers manually is not the right way. It's better to let the script to send once email to spammer and as they'll be bounce, they'll be automatically put in the blacklist.
Another way to work as you like, is to modify the file includes/cron/micronewsletter_members
Replace:
Code:
$sql = $vbulletin->db->query_read("SELECT * FROM ".TABLE_PREFIX."user ORDER BY userid ASC");
With:
Code:
$sql = $vbulletin->db->query_read("SELECT * FROM ".TABLE_PREFIX."user WHERE usergroupid<>8 ORDER BY userid ASC");
Deleting subscribers manually is not the right way. It's better to let the script to send once email to spammer and as they'll be bounce, they'll be automatically put in the blacklist.
Maria
Thank you for the help, for the moment I chose to leave it alone and let it run... I'll check the Blacklist.
I found that the test email had the unsubscribe link in it and the actual newsletter that went out didn't. Is this backwards?
Hello,
Yesterday I purchased your product, I installed it but I can not send email (with the demo at least able to send the test)
I configured the admin panel fields and then ...
1. I created a new message, click on test mail but "you haven't setup any email address for Testing" :-(
where I post this address for the test email?
2. I tried to create different Campaigns for the shipment of Messages to all members (subscribers) but the status remains / and not receive any email.
What is wrong?
What is wrong is that you're posting this in the wrong place. If you're asking about the Pro product, it has nothing to do with vBulletin.org. Go to the support forum for the Pro product and post your questions there.