Skip to content
Snippets Groups Projects
Verified Commit a5bd12f3 authored by Marcos Pieras's avatar Marcos Pieras Committed by Dennis Collaris
Browse files

feat: adds env on sending

parent 56613dd3
No related branches found
No related tags found
No related merge requests found
Pipeline #145395 passed
......@@ -166,8 +166,8 @@ export const insightProcessor = async () => {
//
const mailOptions = {
from: 'pieras.marcos@gmail.com', // Sender address
to: 'pieras.marcos@gmail.com', // Recipient email
from: GMAIL, // Sender address
to: GMAIL, // Recipient email
subject: 'Nodes appearance', // Subject line
html: html, // HTML body
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment