-
Notifications
You must be signed in to change notification settings - Fork 0
Implement EmailService interface #21
Copy link
Copy link
Open
Labels
Milestone
Description
Description
Create an interface-based email sending service to support multiple backends (SMTP, test logger, etc.)
Tasks
Define interface: EmailService.send(to, subject, body)
Create LoggingEmailService that logs emails
(Optional) Create SmtpEmailService using JavaMailSender or SendGrid
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Projects
Status
Backlog