Hello all. I've recently added more folks to our email list that goes out monthly and got this return message:
Mail failure - too many recipients
"A message that you sent contained more recipients than allowed on this
system. It was not delivered to any recipients."
Is there a place in the code were the amount of BCC addresses can be adjusted? Or is there another way to handle this that will continue to maintain the anonymity of our user base?
I know i can split the list and send it to two different groups to avoid this but isn't ideal imo.
Thanks
a
did you get an answer
It would be set by the mail server.
it was the limit_recipients plugin
plugins\limit_recipients\config\config.inc.php changed
$rcmail_config['limit_recipients'] = 3;
to
$rcmail_config['limit_recipients'] = 20;
or just disable the plugin
My limit_recipients plugin will display the following message by default:
$messages['limit_recipients_msg'] = 'Too much recipients (%s allowed).';
Either the localization was customized or it is a server side issue.
rosali,
the error was 'Too much recipients (3 allowed)'
When searching for the error this was the closes post I could find.
Hope I haven't confused too many people.
On another note, I love your plugins - have you manage to add webcalendar and welcome screen to the plugin set?
webcalendar is started ... welcome comes later ... as soon as all hmail plugins are ported and approved.