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

[CHORE]: implemnt email confirmation for waitlist signup #381

Open
6 tasks
Dom-HTG opened this issue Feb 28, 2025 · 0 comments
Open
6 tasks

[CHORE]: implemnt email confirmation for waitlist signup #381

Dom-HTG opened this issue Feb 28, 2025 · 0 comments

Comments

@Dom-HTG
Copy link

Dom-HTG commented Feb 28, 2025

Implement Welcome Email for Waitlist Signup

Description

When users sign up for the waitlist, they should receive a welcome email to acknowledge their signup and provide them with relevant information about the platform. This will enhance user engagement and set expectations.

Tasks

  • Set up email service provider
  • Implement welcome email endpoint
    • Craft a well-designed welcome email template
    • Send an email with a personalized message
  • Write unit tests for the welcome email process
  • Update Swagger documentation to include welcome email API

Technical Details

  • Use a background job to send emails asynchronously
  • Implement proper error handling and logging

Acceptance Criteria

  • Users receive a welcome email upon signing up for the waitlist
  • Email content is personalized and informative
  • Email sending should be tested and reliable
  • Unit tests should cover all key scenarios
  • Swagger documentation should reflect new welcome email endpoints

Sample JSON Responses

Email Sent Response

{
  "status": "success",
  "message": "Welcome email sent successfully",
  "data": {
    "email": "[email protected]",
    "sent_at": "2025-02-28T12:00:00Z"
  }
}

Failed Email Sending Response

{
  "status": "failed",
  "message": "Failed to send welcome email",
  "error": {
    "code": "email_sending_failed",
    "details": "There was an issue sending the email. Please try again later."
  }
}
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

No branches or pull requests

1 participant