Skip to content
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

OJS 3.3.0.7 No longer sending Submission Notification email to JM or Editors #7228

Closed
pmangahis opened this issue Aug 13, 2021 · 9 comments
Closed

Comments

@pmangahis
Copy link

Describe the bug
In OJS 3.3.0.7, JM and Editors are no longer receiving the Submission notification email they would have in 3.2. JM would like to continue receiving these types of notifications.

Requested in https://forum.pkp.sfu.ca/t/ojs-3-3-new-submission-notification/69028

To Reproduce
Steps to reproduce the behavior:

  1. Author submits a new manuscript
  2. Author receives Submission Acknowledgment email
  3. Journal Manager and Editor does not receive any emails

Additional information
Email notification from OJS 3.2.1.1

image

@asmecher
Copy link
Member

@pmangahis, have you been able to replicate this behaviour in 3.3.0-x, or are you relying on user reports?

@pmangahis
Copy link
Author

Hi @asmecher,

I tested this on the PKP 3.3 demo install which has the emails enabled and confirmed that the JM and Editors didn't seem to be getting the emails anymore.

@NateWr
Copy link
Member

NateWr commented Aug 16, 2021

I had a look at the code and this is the logic describing who gets an email notification in 3.3.0-7:

  1. If there is only one user assigned to a manager or assistant role that is assigned to the submission stage, that user will be automatically assigned and notified. (eg - if there are two or more journal manager, no automatic assignment is made and therefore no notification is sent).
  2. If one or more section editors are assigned to the section the submission was made in, they are automatically assigned to the submission and notified.
  3. The same as (2) except for categories. If a submission is assigned to more than one category, all related section editors are assigned and notified.
  4. The submitting author is sent a submission acknowlegment email.
  5. Every author listed in the submission is sent a separate submission acknowlegment email.

The report on the forum says: "I no longer receive a copy of the new submission confirmation sent to the author (I used to receive this with our previous installation)." That would be different from the email described in this issue. The email that user seems to be talking about is the one that was re-added in #6272.

@NateWr
Copy link
Member

NateWr commented Aug 16, 2021

I believe the email shown in this issue (screenshot in the original post) is the task-level notification. Editors should be able to opt in or opt out of that under their User Profile > Notifications. @pmangahis can you test to see if you get an email when enabling those settings?

@pmangahis
Copy link
Author

Tested this again based on your notes on the PKP School 3.3 Install. Even with only 1 JM and 1 Editor and all notifications enabled, neither of these users seemed to get a submission notification.

@asmecher
Copy link
Member

asmecher commented Aug 25, 2021

@pmangahis, I tested it locally, and the single editor did receive a notification message:
[edit: I originally quoted the wrong message; updated.]

Subject: [t2] New notification from t2
Body: You have a new notification from t2:<br />
<br />
A new article has been submitted to which an editor needs to be assigned.<br />
<br />
Link: <a href='http://localhost/git/ojs-stable-3_3_0/index.php/t2/workflow/submission/22' class='url-style-class'>http://localhost/git/ojs-stable-3_3_0/index.php/t2/workflow/submission/22</a><br />
<br />
<br/><br/>
________________________________________________________________________<br/>
<a href="http://localhost/git/ojs-stable-3_3_0/index.php/t2">t2</a>

I suspect the notification email is being sent by the system but getting spam-trapped or something similar.

@NateWr
Copy link
Member

NateWr commented Aug 26, 2021

Even with only 1 JM and 1 Editor and all notifications enabled

Can you show a screenshot with the notification settings? The configuration can be kind of counter-intuitive.

@pmangahis
Copy link
Author

I don't think make any changes to the notifications and tested using mailinator (for both SE and Author account) when I was testing this, but only the author got the email that Alec got.
image

@NateWr
Copy link
Member

NateWr commented Sep 6, 2021

After reviewing with @pmangahis, we determined this wasn't a bug and that the submission acknowledgement emails added back in 3.4 will address the remaining issues the editor was facing.

@NateWr NateWr closed this as completed Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants