Update
This commit is contained in:
@@ -24,6 +24,7 @@ const {
|
||||
generateRandomDigits
|
||||
} = require('../plugins/controllersHelperFunctions')
|
||||
const _faSr = _sr.fa
|
||||
|
||||
const transporter = nodemailer.createTransport({
|
||||
host: 'smtp.c1.liara.email',
|
||||
port: 587,
|
||||
@@ -36,6 +37,7 @@ const transporter = nodemailer.createTransport({
|
||||
rejectUnauthorized: false
|
||||
}
|
||||
})
|
||||
|
||||
/// ///////////////////////////////////////////////////////////////// verify account functions
|
||||
function sendConfirmationEmail(userId) {
|
||||
return new Promise(async (resolve, reject) => {
|
||||
|
||||
Reference in New Issue
Block a user