Emila template and send email to establishment user

This commit is contained in:
Gowtham M 2025-11-05 18:17:21 +05:30
parent c3456fe8fe
commit 4544316b3d
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ exports.testEmail = async (req, res) => {
contact_name : 'Gowtham', contact_name : 'Gowtham',
portal_url : process.env.BASE_URL, portal_url : process.env.BASE_URL,
username : '--', username : '--',
Password : '--', password : '--',
support_email : '--', support_email : '--',
support_phone : '--', support_phone : '--',

View File

@ -24,7 +24,7 @@ exports.createUser = async (req, res) => {
contact_name : name, contact_name : name,
portal_url : process.env.FE_BASE_URL, portal_url : process.env.FE_BASE_URL,
username : email, username : email,
Password : password, password : password,
support_email : process.env.SUPPORT_EMAIL, support_email : process.env.SUPPORT_EMAIL,
support_phone : process.env.SUPPORT_PHONE, support_phone : process.env.SUPPORT_PHONE,