hngprojects / hng_boilerplate_python_fastapi_web

Apache License 2.0
154 stars 137 forks source link

fix: added email service to squeeze sign up #978

Closed SundayMba closed 3 weeks ago

SundayMba commented 3 weeks ago

Description

This pull request introduces email service functionality to the squeeze page. When a user signs up on the squeeze page, a confirmation email is automatically sent to their provided email address. This enhancement ensures better user engagement and confirmation of their subscription or sign-up.

Related Issue (Link to issue ticket)

https://github.com/hngprojects/hng_boilerplate_nestjs/issues/930#issue-2483721921

Motivation and Context

This change is required to enhance user experience by providing immediate feedback in the form of a confirmation email when they sign up. It helps ensure that the email provided is valid and gives the user a sense of completion after their sign-up action. This is crucial for maintaining user engagement and ensuring that only valid users are added to the database.

How Has This Been Tested?

Screenshots (if appropriate - Postman, etc):

image image

Types of changes

Checklist: