fix: delete test email

This commit is contained in:
Dayoung 2025-07-03 09:28:16 +09:00
parent d79fc4a23a
commit 56536efdf1

View File

@ -112,8 +112,7 @@ export class QnaService {
return this.tryFunction(() => {
return sendEmail({
from: 'test@test.com',
// to: receivers,
to: 'keyy1315@interplug.co.kr',
to: receivers,
subject: `[HANASYS お問い合わせ] ${formData.get('title')}`,
content: this.generateEmailContent(formData),
attachments: attachments,