Emila template and send email to establishment user
This commit is contained in:
parent
c3456fe8fe
commit
4544316b3d
@ -17,7 +17,7 @@ exports.testEmail = async (req, res) => {
|
||||
contact_name : 'Gowtham',
|
||||
portal_url : process.env.BASE_URL,
|
||||
username : '--',
|
||||
Password : '--',
|
||||
password : '--',
|
||||
support_email : '--',
|
||||
support_phone : '--',
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@ exports.createUser = async (req, res) => {
|
||||
contact_name : name,
|
||||
portal_url : process.env.FE_BASE_URL,
|
||||
username : email,
|
||||
Password : password,
|
||||
password : password,
|
||||
support_email : process.env.SUPPORT_EMAIL,
|
||||
support_phone : process.env.SUPPORT_PHONE,
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user