Commit 51407922 by jaymehta

.

1 parent 7dd637e2
...@@ -227,7 +227,7 @@ module.exports = createCoreController("api::vendor.vendor", () => ({ ...@@ -227,7 +227,7 @@ module.exports = createCoreController("api::vendor.vendor", () => ({
async function main() { async function main() {
// send mail with defined transport object // send mail with defined transport object
const info = await transport.sendMail({ const info = await transport.sendMail({
from: `Team Zango<${ctx.request.body.email}>`, // sender address from: `<no-reply@zangoexperiences.com>`, // sender address
to: ctx.request.body.email, // list of receivers to: ctx.request.body.email, // list of receivers
subject: "OTP Verification", // Subject line subject: "OTP Verification", // Subject line
// text: "Hello world?", // plain text body // text: "Hello world?", // plain text body
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!