Skip to content
Snippets Groups Projects

feat(emails): send email on EiC reject

Merged Sebastian Mihalache requested to merge hin-939-reject-at-submission-email into develop
7 files
+ 51
21
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -85,9 +85,7 @@ class Email {
logger.info(
`EMAIL: Sent email from ${from} to ${to} with subject '${subject}'`,
)
logger.debug(
`EMAIL: Sent email from ${from} to ${to} with subject '${subject}'`,
)
SendEmail.send(mailData)
}
}