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