Skip to content

Implement Email Notification System for New Comments #6

Description

@Prathamesh-007

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

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions