Skip to content

Commit

Permalink
test: 테스트용 임시 이메일 전송 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
seogwoojin committed Dec 7, 2024
1 parent d0f6722 commit 1831a36
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ class AsyncEmailService(
.withBody(Body().withHtml(Content(emailBody)))
)
.withSource(emailFrom)
sesClient.sendEmail(request)
// sesClient.sendEmail(request)
}
}

0 comments on commit 1831a36

Please sign in to comment.