Compare commits

..

No commits in common. "9c833f65c9474c06e19b1c31576e95407f0a7a2a" and "6fce11c77ddd55af49759158566006dc073e79f5" have entirely different histories.

View File

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