Skip to content

Commit

Permalink
Merge branch 'QB-47' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
phjppo0918 committed Dec 19, 2023
2 parents cbd0915 + bffa660 commit 19470b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class MailSvc(
val messageHelper = MimeMessageHelper(memeMessage, false, "UTF-8")
messageHelper.setTo(event.email)
messageHelper.setSubject("[Q-BOX] 이메일 인증입니다.")
messageHelper.setText("다음 링크로 접속하세요 : <a href =\"${serviceUrl}?key=${event.key}\"> [ 인증하기 ] </a>")
messageHelper.setText("다음 링크로 접속하세요 : <a href =\"${serviceUrl}?key=${event.key}\"> [ 인증하기 ] </a>", true)
}

}

0 comments on commit 19470b9

Please sign in to comment.