Skip to content

Commit

Permalink
test: Email Send Rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
seogwoojin authored Dec 7, 2024
1 parent fa79f42 commit 296e7ba
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 296e7ba

Please sign in to comment.