Quote:
Originally Posted by DaPro
This mod does great work, absolutely a life saver. However, is there a way to STOP the emails?
|
Goto the plugin manager find the hook on "register_addmember_process" by "Is bot" and change
PHP Code:
vbmail($vbulletin->options['webmasteremail'], $isbot_subject, $isbot_message, true);
to
PHP Code:
//vbmail($vbulletin->options['webmasteremail'], $isbot_subject, $isbot_message, true);
That should turn off emails.
Now I have a question to ask the author, would it be possible to make it so emails are only sent if the users emails aren't blocked?