Project

General

Profile

452 4.5.3 Too many recipients

Added by Alfredo Bonilla about 13 years ago

Hi, we have a project with more than 100 members. When Redmine tries to send a notification to all the members (121), the mail is not delivered, appearing in the log something like:
Processing NewsController#new (for <ip> at 2011-06-17 11:05:12) [POST]
  Parameters: {"commit"=>"Create", "project_id"=>"forums", "action"=>"new", "authenticity_token"=>"...", 
"controller"=>"news", "news"=>{"title"=>"Title", "description"=>"Description", "summary"=>"Summary"}}
Sending email notification to: <121 email addresses>
The following error occured while sending email notification: "452-4.5.3 Your message has too many recipients. 
For more information regarding". Check your configuration in config/email.yml.
  • Looks like the resolution could be done through the email.yml file but I can not find documentation about this issue.
  • In the meantime, our solution requires to modify news_observer.rb and mailer.rb in order to deliver the news in group of 80 (for example) members.

Does anybody know how to avoid this recipients control through the email.yml file?


Replies (1)

RE: 452 4.5.3 Too many recipients - Added by Alfredo Bonilla about 13 years ago

Alfredo Bonilla wrote:

Hi, we have a project with more than 100 members. When Redmine tries to send a notification to all the members (121), the mail is not delivered, appearing in the log something like:
[...]
  • Looks like the resolution could be done through the email.yml file but I can not find documentation about this issue.
  • In the meantime, our solution requires to modify news_observer.rb and mailer.rb in order to deliver the news in group of 80 (for example) members.

Does anybody know how to avoid this recipients control through the email.yml file?

(MOVE THIS QUESTION TO THE HELP FORUM)

    (1-1/1)