![]() |
My experience is that Gmail and Yahoo just send your emails to the Spam folder and don't bother sending any sort of notification. Of course, different email providers can do different things, but this isn't a problem that I have run across.
If it did happen, fixing it is a simple as running the right UPDATE on the table. UPDATE beh_users SET deliverflag = 0 WHERE email like '%@gmail.com'; Or something like that. |
I used this to send emails to all the "waiting email confirmations" user group. I don't know what I did but I ended up pruning a lot of them. There are now only 44 left in that user group. Half of those though when I click on them, it says "invalid user". I can't figure out how to remove those invalid users from the user group as when I click on "delete" for that user, I get the invalid user screen. How do I remove them for the primary user list in my AdminCP?
|
Quote:
|
Is it possible to add a way to auto move a user to a usergroup if their email bounces back?
|
Quote:
|
I installed this mod but i use mandrill as mailprovider. I enabled an option in mandrill, which sends the bounced mails to a specific address, which works great,
But: The mails, which will be collected by the Bounced-Script via imap are only deleted and not saved to the database. the message text of my bounced mail looks like this: Code:
Hello, this is the mail server on mail135.atl41.mandrillapp.com. Code:
// Try an alternate match Thanks alot! //EDIT Got it to work for me. If you get the bounced mail forwarded as shown above, change the code in forum/includes/cron/beh_maillist to this: around line 174 Code:
// Try an alternate match Code:
// Valid bounced email, go! |
1 Attachment(s)
IMPORTANT:
I improved the plugin to do a much better job, but haven't had time to publish it here. Now, I will no longer be using vBulletin, so I'm giving you all the current code, in the hopes that one of you will take over this plugin and create a new version based on it. Quote:
|
The following may be useful to someone...
Code:
// TURN OFF ALL EMAIL OPTIONS |
Alternatively (or in addition), the following code will change the usergroup to users awaiting email confirmation.
Code:
$vbulletin->db->query_write("UPDATE `user` SET `usergroupid` = 3 WHERE `userid` = $userid "); ndahiya |
Sorry but... where could i find the pm text?
The one that starts something like this: "The notification emails that the forum sends you" Greetings |
All times are GMT. The time now is 06:14 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|