fix: add test email
This commit is contained in:
parent
fb27e414d8
commit
d79fc4a23a
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user