fix: console.log 구문 삭제

This commit is contained in:
Dayoung 2025-07-08 14:32:52 +09:00
parent b1ae275e17
commit 3b17d3df0f

View File

@ -62,8 +62,7 @@ export async function sendEmail({ from, to, cc, subject, content, attachments, s
</div>
`
}
console.log('content:: ', content)
/**
* @description SMTP
*/