Skip to content

Conversation

@rayyanmridha
Copy link

@rayyanmridha rayyanmridha commented Oct 27, 2025

ℹ️ Issue

Closes #58

📝 Description

Added support for sending emails through Amazon SES and a verified identity. @bodhiYG added all the relevant logic needed through one of our existing projects, JPAL, while I added functioning tests and did some clean up afterwards. The util/email module is where all the email service lives including a service with the relevant methods and a controller with a test endpoint.

✔️ Verification

Running the POST endpoint through Postman yields the following result so long as the .env and recipient emails are set up properly.

Screenshot 2025-11-01 at 8 58 57 PM

🏕️ (Optional) Future Work / Notes

Once S3 is merged, we can potentially move it within the util module to have all the AWS under one place.

@rayyanmridha rayyanmridha marked this pull request as ready for review November 2, 2025 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement Amazon SES Email Service Utility

3 participants