sikhsparks / sikh-events

A comprehensive Sikh event management app for organizers to manage events and for the community to search, save, set reminders, and share events.
0 stars 0 forks source link

Implement Notification Microservice #17

Open ravjot28 opened 3 months ago

ravjot28 commented 3 months ago

Description: Implement a notification microservice that takes in notification body, heading, receiver's info, and mode of notification. Currently, the service supports only email notifications. Configure the SMTP using environment variables. Store the notification request in the database when a request is sent. Implement a scheduler in the same service to send emails in batches based on the scheduled time.

Acceptance Criteria:

Further Details: