feature/qna #90

Merged
seul merged 5 commits from feature/qna into dev 2025-07-03 13:38:33 +09:00
Showing only changes of commit d79fc4a23a - Show all commits

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,