fix: 메일 발신자 수정 #92

Merged
seul merged 1 commits from hotfix into dev 2025-07-03 14:04:49 +09:00
Showing only changes of commit 0dc3ede6e2 - Show all commits

View File

@ -121,7 +121,7 @@ export class QnaService {
return this.tryFunction(() => {
return sendEmail({
from: 'test@test.com',
from: formData.get('qstMail') as string,
to: receivers,
subject: `[HANASYS お問い合わせ] ${formData.get('title')}`,
content: this.generateEmailContent(formData),