Skip to content

Commit

Permalink
fix : 메일 내용 링크 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
GimHaLim committed Jun 14, 2024
1 parent 26e8190 commit df80a3d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,8 @@ public void sendEmailForCertification(Long userId) throws MessagingException {
// 비밀번호 생성
String certificationNumber = makeTempPassword();

String img = "<img src='http://localhost:8080/plick_logo.png' alt='Plick Logo'>";
String link = "<a href='http://localhost:3000/Login'>로그인 링크</a>";
String img = "<img src='http://www.plcik.shop/plick_logo.png' alt='Plick Logo'>";
String link = "<a href='http://d2vr7xh1eokzzb.cloudfront.net/Login'>로그인 링크</a>";

String content = String.format("%s <br> 임시비밀번호: %s <br><br> %s <br> 로그인 후 마이페이지에서 비밀번호를 수정해주세요.",
img,
Expand Down

0 comments on commit df80a3d

Please sign in to comment.