test transfer
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user