Closed zhang4952 closed 6 years ago
Emails of article recruit and publish to ScholarsArchive should send to all authors.
In email_article_recruit_job.rb and publish_work_job.rb, change emails[0..2].each do |email| to emails.each do |email|.
emails[0..2].each do |email|
emails.each do |email|
Descriptive summary
Emails of article recruit and publish to ScholarsArchive should send to all authors.
Expected behavior
In email_article_recruit_job.rb and publish_work_job.rb, change
emails[0..2].each do |email|
toemails.each do |email|
.