osulp / Easydeposit2

Automate journal article deposit for open access
4 stars 0 forks source link

Email should send to all authors #194

Closed zhang4952 closed 6 years ago

zhang4952 commented 6 years ago

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| to emails.each do |email|.