aditya-garg-09-01-2002 / commencer

Bringing in commonly used APIs for building your unique projects
3 stars 10 forks source link

feat: add OTP email templates for registration, resend, and forgot password #30

Closed chavdarohit closed 2 weeks ago

chavdarohit commented 2 weeks ago

✨ Description

This PR adds three .hbs templates for sending OTP emails for the following user flows:

  1. 📝 User Registration: Sends an OTP when a user first registers.
  2. 🔄 Resend OTP: Sends an OTP when the user requests a resend.
  3. 🔐 Forgot Password: Sends an OTP when the user initiates the forgot password process.

🚀 Changes

🔗 Related Issues

16 Create Email template for OTP

aditya-garg-09-01-2002 commented 2 weeks ago

as discussed earlier, if you want to work on mail template integration, issue #33 can be way forward.