Merge pull request 'fix: 메일 발신자 수정' (#92) from hotfix into dev

Reviewed-on: #92
This commit is contained in:
seul 2025-07-03 14:04:48 +09:00
commit 9c833f65c9

View File

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