NJIT-CLASS / backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email Notifications - reallocation shows wrong login user

profbieber opened this issue · comments

In the Reallocation for Extra Credit email notification, the login value is a different user (abc1@njit) from the reallocation user whom the email notification was sent to (profbieber@gmail). See the two screenshots of the email, and of the “more info” screen about the reallocated task for extra credit. The login value should be the reallocation user whom the email notification was sent to (profbieber@gmail).

Location: Email notifications are called through “email.sendNow” (which is in email.js). The content of the notification templates are in emailTemplate.js.

image

image