Update index.js

This commit is contained in:
nguyentrungthat 2025-12-04 08:10:07 +07:00
parent 53e5de472c
commit 4caefde9f8
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ async function sendMail(subject, body) {
});
// add link to google drive in email body
const bodyEmail = `\nYou can see the Excel file from Google Drive.\n${`https://docs.google.com/spreadsheets/d/${process.env.GOOGLE_DRIVE_FILE_ID}/view`}\n\n\n${body}`;
const bodyEmail = `\nYou can see the Excel file from Google Drive.\n${`https://docs.google.com/spreadsheets/d/${process.env.GOOGLE_DRIVE_FILE_ID}/view`}\n\n--------------------\n${body}`;
const mailOptions = {
from: process.env.MAIL_USERNAME,