Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: added email service to squeeze sign up #978

Merged
merged 5 commits into from
Aug 24, 2024
Merged

fix: added email service to squeeze sign up #978

merged 5 commits into from
Aug 24, 2024

Conversation

SundayMba
Copy link
Contributor

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)

hngprojects/hng_boilerplate_nestjs#930 (comment)

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?

  • Unit tests were created to ensure that the email service is triggered correctly when a user signs up.
  • Manual testing was conducted in a development environment where the sign-up process was simulated, and the email delivery was verified.
  • Postman was used to test the API endpoints to ensure that the email service integrates seamlessly with the rest of the application

Screenshots (if appropriate - Postman, etc):

image
image

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@CodewithSegNet CodewithSegNet merged commit dc8cc2a into hngprojects:dev Aug 24, 2024
1 check passed
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.

2 participants