You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Created by: ${req.user.firstName}${req.user.lastName}
350
341
Project: ${req.body.project}
351
342
Template: ${req.body.template}
352
-
Patient: ${req.body.patientId}`,
343
+
Patient: ${req.body.patientId}
344
+
345
+
You're receiving this email because you have email notifications enabled in your account settings.
346
+
If you no longer wish to receive these notifications, you can unsubscribe at any time by visiting your User Profile and turning off the "Allow email notifications" option.`,
`${bindUser.firstName}${bindUser.lastName} has been bound to a report`,
148
-
`User ${bindUser.firstName}${bindUser.lastName} has been bound to report ${req.report.ident} as ${role}`,
142
+
`User ${bindUser.firstName}${bindUser.lastName} has been bound to report ${req.report.ident} as ${role}.
143
+
Report Type: ${template.name}
144
+
Patient Id: ${report.patientId}
145
+
Project: ${project.name}
146
+
147
+
You're receiving this email because you have email notifications enabled in your account settings.
148
+
If you no longer wish to receive these notifications, you can unsubscribe at any time by visiting your User Profile and turning off the "Allow email notifications" option.`,
0 commit comments