Roundcube Community Forum

 

Send email to a lot of people

Started by miharuchan, October 19, 2015, 02:46:17 AM

Previous topic - Next topic

miharuchan

So I've tried to send an email to about 1000 addresses and I keep receiving failure notice.
Does roundcube limit the number of email address I can send to? And if so, how manu is it?
Be who you want to be

JohnDoh

by default there is no limit, see:

// Maximum number of recipients per message. Default: 0 (no limit)
$config['max_recipients'] = 0;

in your roundcube config. the restriction could be coming from your SMTP server
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...