fix: add test email

This commit is contained in:
Dayoung 2025-07-03 09:24:47 +09:00
parent fb27e414d8
commit d79fc4a23a

View File

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