retailer mail update

This commit is contained in:
Sibunnayak 2024-11-22 10:19:23 +05:30
parent 3f63e65138
commit 4972241bf7

View File

@ -306,7 +306,7 @@ export const uploadRetaildistributors = async (req, res) => {
from: `${process.env.SEND_EMAIL_FROM}`, // Change to your verified sender from: `${process.env.SEND_EMAIL_FROM}`, // Change to your verified sender
subject: `Welcome to Cheminova - Account Created Successfully`, subject: `Welcome to Cheminova - Account Created Successfully`,
html: ` html: `
<p>Dear ${name},</p> <p>Dear ${item.name},</p>
<p>We are pleased to inform you that your Retailer account has been successfully created. Please find your account details below:</p> <p>We are pleased to inform you that your Retailer account has been successfully created. Please find your account details below:</p>
<p><strong>Name:</strong> ${item.name}</p> <p><strong>Name:</strong> ${item.name}</p>
<p><strong>Mobile Number:</strong> ${item.mobile_number}</p> <p><strong>Mobile Number:</strong> ${item.mobile_number}</p>