test transfer

This commit is contained in:
CHIEFSOFT\ameye
2024-07-11 09:11:37 -04:00
parent 9efe74efec
commit 0277c1a100
6 changed files with 133 additions and 8 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ export const verifyEmployer = async (req, res)=>{
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
text: "Hello "+signatory_name+"?", // plain text body
html: mainHtml, // html body
});
console.log("Message sent: %s", info.messageId);