Skip to content

#1191 Email template bug

Vaibhav Rathore requested to merge feature/1191/email-bug into main

Targets #1191

Summary

  1. The sendEmailTemplate functionality was broken as we were sending a string instead of email template object
  2. There's already a seeded "ChatNotification" template in the database (done by PK) which I had to use when sending the chat alerts

Merge request reports