Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: miharuchan on October 19, 2015, 02:46:17 AM

Title: Send email to a lot of people
Post by: miharuchan on October 19, 2015, 02:46:17 AM
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?
Title: Re: Send email to a lot of people
Post by: JohnDoh on October 19, 2015, 02:53:46 AM
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