fix data
This commit is contained in:
@@ -87,7 +87,7 @@ WRENCHJOB_EMAIL_PASS='may12002!'
|
|||||||
bcc: "ses66181@gmail.com", // list of receivers
|
bcc: "ses66181@gmail.com", // list of receivers
|
||||||
subject: `${emailSubject} ✔`, // Subject line
|
subject: `${emailSubject} ✔`, // Subject line
|
||||||
text: "To Tester name", // plain text body
|
text: "To Tester name", // plain text body
|
||||||
html: mailMessage, // html body
|
html: data, // html body
|
||||||
});
|
});
|
||||||
console.log("Message sent: %s", info.messageId);
|
console.log("Message sent: %s", info.messageId);
|
||||||
// Message sent: <d786aa62-4e0a-070a-47ed-0b0666549519@ethereal.email>
|
// Message sent: <d786aa62-4e0a-070a-47ed-0b0666549519@ethereal.email>
|
||||||
|
|||||||
Reference in New Issue
Block a user