From 62ef6737fd424c493dc2f64f59c2ea805e01695b Mon Sep 17 00:00:00 2001 From: kry008 Date: Wed, 1 Jan 2025 20:27:27 +0100 Subject: [PATCH] =?UTF-8?q?Poprawka=20przy=20b=C5=82=C4=99dach=20email?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- serwer/app/func.js | 1 + 1 file changed, 1 insertion(+) diff --git a/serwer/app/func.js b/serwer/app/func.js index 3d36487..a52b1c0 100644 --- a/serwer/app/func.js +++ b/serwer/app/func.js @@ -257,6 +257,7 @@ function sendEmail(imie, nazwisko, suma, email) function checkSendEmail(email) { const nodemailer = require('nodemailer'); + const fs = require('fs'); const transporter = nodemailer.createTransport({ host: process.env.SMTPHOST, port: process.env.SMTPPORT,