Quote:
Originally Posted by jellybaby
I get an error message with this:-
Too many recipients - you are attempting to send to 2790 users but you are only allowed to send to 1000 users.
How can I send to all?
|
Find this bit of code in superpm.php:
PHP Code:
if ($vbulletin->userinfo['spmoption'])
{
$permissions['pmsendmax'] = 1000;
$spmugroupid = $vbulletin->userinfo['spmugroup'];
$spmoption = convert_bits_to_array($vbulletin->userinfo['spmoption'], $_SPMOPTION);
}
Change 1000 to 10000 or whatever you want, I meant to change that and will in the next version possibly giving the option to limit it if desired. Sorry about that.