feat: Implement email service with welcome, password reset, and verification templates, and add application logo.

This commit is contained in:
pradeepkumar
2025-12-22 11:57:16 +05:30
parent 158a617600
commit 1ab86b488a
17 changed files with 742 additions and 11 deletions

View File

@@ -4,3 +4,4 @@ export * from './social-auth.dto';
export * from './forgot-password.dto';
export * from './reset-password.dto';
export * from './refresh-token.dto';
export * from './verify-email.dto';