Add Mailtrap disable and enable template UUIDs and update email service

This commit is contained in:
faris Aljohari
2025-01-04 19:45:01 -06:00
parent 10a2036fa0
commit 7ca9c19a2e
4 changed files with 64 additions and 2 deletions

View File

@ -13,5 +13,7 @@ export default registerAs(
MAILTRAP_API_TOKEN: process.env.MAILTRAP_API_TOKEN,
MAILTRAP_INVITATION_TEMPLATE_UUID:
process.env.MAILTRAP_INVITATION_TEMPLATE_UUID,
MAILTRAP_DISABLE_TEMPLATE_UUID: process.env.MAILTRAP_DISABLE_TEMPLATE_UUID,
MAILTRAP_ENABLE_TEMPLATE_UUID: process.env.MAILTRAP_ENABLE_TEMPLATE_UUID,
}),
);