add OTP email sending functionality and integrate with user authentication flow

This commit is contained in:
faris Aljohari
2025-04-20 22:19:08 +03:00
parent 1e6503c072
commit 2b449e61ea
3 changed files with 134 additions and 70 deletions

View File

@ -19,5 +19,7 @@ export default registerAs(
process.env.MAILTRAP_DELETE_USER_TEMPLATE_UUID,
MAILTRAP_EDIT_USER_TEMPLATE_UUID:
process.env.MAILTRAP_EDIT_USER_TEMPLATE_UUID,
MAILTRAP_SEND_OTP_TEMPLATE_UUID:
process.env.MAILTRAP_SEND_OTP_TEMPLATE_UUID,
}),
);