add another debug

This commit is contained in:
2026-02-09 00:32:30 +07:00
parent 95368d156d
commit 9211ba9446

View File

@@ -39,6 +39,7 @@ export async function sendEmail(name: string, email: string, message: string) {
console.log(process.env.SMTP_USER);
console.log(process.env.SMTP_REPLY);
console.log("Is it secure?:", process.env.SMTP_SECURE, typeof process.env.SMTP_SECURE, process.env.SMTP_SECURE == "true");
await transporter.sendMail({
from: `Nonszy Contact Form <${process.env.SMTP_USER}>`,