codeshardlabs / codeshardlabs/multi-file-collab

send mail to the invitee email Id whenever user is invited to the room

Open
#13 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.