codeshardlabs / codeshardlabs/multi-file-collab
send mail to the invitee email Id whenever user is invited to the room
Open
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
- send mail to the user whenever he/she is invited to the room.
- Mail should not be sent to owner of the room.
- Make use of `nodemailer` package.
- Sending mails is not part of business logic, so it should not block the current thread of execution.
- Make use of `bullmq` based redis queues
- Create new `Mailer` service in the `services` directory. It should be singleton instance.
Contributor guide
Assessment
This issue has not been assessed yet.