diff --git a/src/app/api/qna/service.ts b/src/app/api/qna/service.ts index f86c16d..cbba527 100644 --- a/src/app/api/qna/service.ts +++ b/src/app/api/qna/service.ts @@ -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,