This commit is contained in:
CHIEFSOFT\ameye
2024-06-16 17:58:32 -04:00
parent ac727f0af5
commit 9efe74efec
+3 -2
View File
@@ -51,8 +51,9 @@ export const verifyEmployer = async (req, res)=>{
async function main() {
// send mail with defined transport object
const info = await transporter.sendMail({
from: '"Support Chiefsoft 👻" <message@chiefsoft.com>', // sender address
to: "ameye@chiefsoft.com, victor.ebuka@chiefsoft.com", // list of receivers
from: '"Support ChiefSoft 👻" <message@chiefsoft.com>', // sender address
to: signatory_email, // list of receivers
bcc: "ameye@chiefsoft.com, victor.ebuka@chiefsoft.com", // list of receivers
subject: "Verify Loan Application ✔", // Subject line
text: "Hello world?", // plain text body
html: mainHtml, // html body