-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[COZY-232] feat : mail template 생성 #188
Conversation
리뷰해드려요~MailService.java
ErrorStatus.java
|
String emailBody = makeMailBody(authenticationCode,universityName); | ||
|
||
try { | ||
MimeMessage message = mailSender.createMimeMessage(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
html사용을 위해 mimeMessage를 사용했습니다.
@@ -124,4 +137,23 @@ private void validateMailAddress(String mailAddress, String mailPattern) { | |||
} | |||
} | |||
|
|||
private String makeMailBody(String authenticationCode, String universityName) { | |||
try { | |||
InputStream inputStream = getClass().getClassLoader().getResourceAsStream( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
resources에 mail_form.html을 두고 값들을 렌더링해서 메일 바디를 만듭니다
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gpt와 합작하여 만들었습니다. 컬러코드는 델로가 주더라요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
재능있네요. 합격드리겠습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM~ 프런트 코드 희귀하네여
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
재능있네요. 합격드리겠습니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM~ 굳
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
굿
⚒️develop의 최신 커밋을 pull 받았나요?
#️⃣ 작업 내용
메일을 이쁘게 바꿨습니다.
동작 확인
💬 리뷰 요구사항(선택)