fix: delete test mail
This commit is contained in:
parent
a9866121e4
commit
ab376e0bae
@ -58,10 +58,8 @@ export async function sendEmail({ from, to, cc, subject, content, attachments, s
|
||||
*/
|
||||
const mailOptions = {
|
||||
from,
|
||||
// to: Array.isArray(to) ? to.join(', ') : to,
|
||||
// cc: cc ? (Array.isArray(cc) ? cc.join(', ') : cc) : undefined,
|
||||
to: 'keyy1315@interplug.co.kr',
|
||||
cc: 'keyy1315@interplug.co.kr',
|
||||
to: Array.isArray(to) ? to.join(', ') : to,
|
||||
cc: cc ? (Array.isArray(cc) ? cc.join(', ') : cc) : undefined,
|
||||
subject,
|
||||
html: content,
|
||||
attachments: surveyPdf ? surveyPdfAttachment : attachments || [],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user