From 14aac31916568b7234440738e24a10737b355079 Mon Sep 17 00:00:00 2001 From: Kunthawat Greethong Date: Wed, 1 Jul 2026 11:49:57 +0700 Subject: [PATCH] fix: use verified email for SES sandbox mode --- server.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server.js b/server.js index cc5df0f..d029699 100644 --- a/server.js +++ b/server.js @@ -96,8 +96,8 @@ app.post('/api/contact', async (req, res) => { const displayEmail = String(email || '(ไม่ได้กรอก)'); await transporter.sendMail({ - from: 'MoreminiMore ', - to: 'hello@moreminimore.com', + from: 'MoreminiMore ', + to: 'kunthawat@moreminimore.com', replyTo: email && email.includes('@') ? email : undefined, subject: `Contact: ${name} — ${problems.length} ปัญหา`, text: [