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.
Overview
Implement a notification system that sends an email to the blog owner whenever a new comment is added to their blog post.
Requirements
Acceptance Criteria
Feel free to discuss or suggest improvements for the notification workflow.