File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
src/main/java/PodoeMarket/podoemarket/mail Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -221,14 +221,20 @@ public void joinSignupEmail(String email) {
221221 "<p style=\" font-size: 12.5px; margin-bottom: 54px; margin-top: 38px; color: black\" >" +
222222 "회원가입이 완료되었습니다." +
223223 "</p>" +
224- "<p style=\" font-size: 15px; font-weight: 900; margin-top: 54px; margin-bottom: 54px\" >" +
224+ "<p style=\" font-size: 15px; font-weight: 900; color: black; margin-top: 54px; margin-bottom: 54px\" >" +
225225 "포도상점에서 다양한 작품을 둘러보세요!" +
226226 "</p>" +
227- "<a href=\" https://podo-store.com/list\" style=\" width: 150px; height: 35px; padding: 24.5px 34.5px; background: #6a39c0; border-radius: 4.5px; justify-content: center; align-items: center; display: inline-flex; font-size: 12.5px; color: #ffffff; text-decoration: none; font-weight: 400; margin-bottom: 38px\" >" +
227+ "<table role=\" presentation\" style=\" width: 150px; height: 35px; background: #6a39c0; border-radius: 4.5px; margin-bottom: 38px; text-align: center;\" >" +
228+ "<tr>" +
229+ "<td style=\" font-size: 12.5px; font-weight: 400; padding: 3px 0; border-radius: 4.5px;\" >" +
230+ "<a href=\" https://www.podo-store.com/list\" style=\" display: block; text-decoration: none; color: #ffffff\" >" +
228231 "작품 둘러보기" +
229232 "</a>" +
230233 "</td>" +
231234 "</tr>" +
235+ "</table>" +
236+ "</td>" +
237+ "</tr>" +
232238 "<tr>" +
233239 "<td align=\" left\" style=\" background-color: #f5f0ff; height: 121.5px\" >" +
234240 "<!-- 연락처 정보 -->" +
You can’t perform that action at this time.
0 commit comments