Skip to content

Commit

Permalink
Revert "퍼블 수정"
Browse files Browse the repository at this point in the history
This reverts commit 9f839d1.
  • Loading branch information
wpdbsx committed Jan 11, 2024
1 parent 9f839d1 commit 0c3287d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public String sendCodeMessage(String to) throws Exception {
public String sendTemporaryPassword(String to, String temporaryPassword) throws Exception {
MimeMessage message = emailSender.createMimeMessage();
MimeMessageHelper helper = new MimeMessageHelper(message, true, "utf-8");

helper.setTo(to); // 수신자 이메일 주소
helper.setSubject("Goming 비밀번호 찾기"); // 제목

Expand Down

0 comments on commit 0c3287d

Please sign in to comment.