Replies: 3 comments 3 replies
|
Add me as an collaborator for the same for PR reviews. |
1 reply
|
Hello, I have made the first commit in which I have set up the overall project structure and added the email notification endpoint (using MailHog SMTP for local testing). Could you please go through it and suggest changes regarding better project structure or using some other SMTP service? |
2 replies
|
Hey @Kake27 Created an issue. Please address it. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello GoFr Team, I will be working on a scalable and modular notification service called, which supports multi-channel alerts.. It will feature a unified REST API, dynamic templating, and delivery tracking.
PR 1 Plan | Week 1
Project Setup, Health Check, and Email Notification Flow
Description
handler/,service/, andstore/packagesGET /health— Returns service liveness statusPOST /notify— Accepts a request with a target email and message template, dispatches via SMTP.golangci-lintfor lintingDeliverables
GET /healthconfirms service is up and SMTP connection is successfulPOST /notifyhandles basic Email delivery using theEmailNotifiertext/templateengineWould love to hear your feedback on the plan before I begin.
Thanks!
All reactions