hngprojects / hng_boilerplate_python_fastapi_web

Apache License 2.0
154 stars 137 forks source link

Bugfix: email notifcation during waiylist signup #950

Closed MikeSoft007 closed 3 weeks ago

MikeSoft007 commented 3 weeks ago

Description

Users receive a confirmation email immediately after signing up for a waitlist.

Related Issue (Link to issue ticket)

https://github.com/hngprojects/hng_boilerplate_nestjs/issues/908

Motivation and Context

This change is required to ensure that the backend can send emails that are more aligned with the requirements of the endpoints.

How Has This Been Tested?

The change was tested using integration tests in a development environment. The tests included sending various requests from postman and verifying that the responses were correctly tailored based on the request parameters.

Screenshots (if appropriate - Postman, etc):

image

Types of changes

Checklist: