-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfest
Description
Overview
Implement a notification system that sends an email to the blog owner whenever a new comment is added to their blog post.
Requirements
- Detect when a new comment is added to a blog post.
- Trigger an email notification to the blog owner for each new comment.
- Ensure notifications are only sent to the owner of the affected blog post.
- Do not send notifications for likes.
- Use built-in email service
Acceptance Criteria
- Blog owners receive email notifications for each new comment on their post.
- System is configurable for different email providers via environment variables.
- Notifications are not sent for likes.
Feel free to discuss or suggest improvements for the notification workflow.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershacktoberfest