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