-
Notifications
You must be signed in to change notification settings - Fork 452
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add recipient control on email forms #743
Comments
I get requests for this feature fairly often. Most recently Open Academia commented, "We have noticed that the previous (OJS 2) function of emailing a copy of the decision letter to reviewers is missing in OJS 3. [One of our journals] likes to send such emails to reviewers, and it is generally a function that is commonly used and exists in other systems. The journal has a review form in which they specifically ask reviewers: 'Do you wish to receive a copy of the decision email? (Your anonymity will be protected).' Most reviewers answer 'Yes' to that question and I think reviewers in general are very interested to see what the outcome of the manuscripts that they help improve is. (and seeing the other reviewer(s) comments must also be quite interesting for reviewers/researchers)." |
"Journals should notify reviewers of the ultimate decision to accept or reject a paper, and should acknowledge the contribution of peer reviewers to their journal. Editors are encouraged to share reviewers’ comments with co-reviewers of the same paper, so reviewers can learn from each other in the review process." -- ICMJE recommendations |
Comment from a user: "I am very much missing the ability to inform reviewers about my decision on the paper efficiently and in a blind fashion like I was able to do with the BCC on the reviewer email on [OJS2]." |
Hi all -- while we do get general requests for better control around email recipients (and I'll leave this issue open for that), most of the requests here are about copying reviewers on the editor decision email. I've hived that off to a new issue: #4834 |
+1 from PKP|PS to add a CC field on reviewer reminders (different from CC on editorial decision). This is to help editors keep track of reminders that were sent via their mailbox without having to check Editorial History every time. |
(Here's a user-contributed draft of the necessary code changes: https://forum.pkp.sfu.ca/t/add-bcc-field-to-mail-forms/58868/5) |
The different email compose boxes in the system (searching the OJS 3.2 codebase) are:
Did I miss any? Are any of these more important than others? My sense is that the submission workflow forms are the important ones. |
Removed from 3.2.1 because this is tentatively scheduled for 3.4 alongside work for #5717. |
+1 from PKP|PS to add a CC field on reviewer reminders (different from CC on editorial decision). |
just for clarification: is the goal to offer empty cc/bcc fields where the editor can input arbitrary email addresses or are you intending to pull coauthors' or reviewers' email addresses from the database? I think the former would be much simpler while still meeting most of the users' needs. |
I think initial work on the email workflow will seek to support arbitrary CC/BCC fields. Bringing in related email addresses for autocomplete will also be useful and may or may not be part of an initial implementation. |
+1 from PKP|PS to add a CC field on editorial decisions |
+1 from PKP|PS to add a CC field on email sent in the editorial workflow |
This was added as part of the new email composer UI in #5717. For 3.4 it will be available in the editorial decision emails. Later versions will introduce it as we move more forms to the new email composer UI. |
...for extra CC, BCC, or recipient entries.
See: http://pkp.sfu.ca/bugzilla/show_bug.cgi?id=8908
The text was updated successfully, but these errors were encountered: