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() { async function main() {
// send mail with defined transport object // send mail with defined transport object
const info = await transporter.sendMail({ const info = await transporter.sendMail({
from: '"Support Chiefsoft 👻" <message@chiefsoft.com>', // sender address from: '"Support ChiefSoft 👻" <message@chiefsoft.com>', // sender address
to: "ameye@chiefsoft.com, victor.ebuka@chiefsoft.com", // list of receivers to: signatory_email, // list of receivers
bcc: "ameye@chiefsoft.com, victor.ebuka@chiefsoft.com", // list of receivers
subject: "Verify Loan Application ✔", // Subject line subject: "Verify Loan Application ✔", // Subject line
text: "Hello world?", // plain text body text: "Hello world?", // plain text body
html: mainHtml, // html body html: mainHtml, // html body