Poprawka przy błędach email

main
kry008 2025-01-01 20:27:27 +01:00
parent ae7a4c2dfa
commit 62ef6737fd
1 changed files with 1 additions and 0 deletions

View File

@ -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,