Add MailFormat html files
This commit is contained in:
12
src/main/resources/templates/bodyMailFormat.html
Normal file
12
src/main/resources/templates/bodyMailFormat.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<p><span style="font-family: 돋움, Dotum, Helvetica, Apple SD Gothic Neo, sans-serif; font-size: 12px;"><br><span
|
||||
style="font-size: 12pt;">{index}. ${quiz.title}</span><br></span></p>
|
||||
<ul nid="SE_disc_0" style="margin-left: 0px; padding-left: 0px; list-style-position: inside;">
|
||||
<li style="list-style: none; background-repeat: no-repeat; font-size: 12pt; background-image: url(https://ssl.pstatic.net/static/pwe/nm/se2_new/bu/bu_disc_m.png); padding-left: 13px; background-position: 0px 7px;">
|
||||
<span style="font-family: 돋움, Dotum, Helvetica, Apple SD Gothic Neo, sans-serif; font-size: 12px;">카테고리: [${quiz.category}]</span>
|
||||
</li>
|
||||
<li style="list-style: none; background-repeat: no-repeat; font-size: 12pt; background-image: url(https://ssl.pstatic.net/static/pwe/nm/se2_new/bu/bu_disc_m.png); padding-left: 13px; background-position: 0px 7px;">
|
||||
<span style="font-family: 돋움, Dotum, Helvetica, Apple SD Gothic Neo, sans-serif; font-size: 12px;">문제 난이도: ${quiz.level}</span>
|
||||
</li>
|
||||
</ul>
|
||||
<p><br><br><br style="font-family: 돋움, Dotum, Helvetica, Apple SD Gothic Neo, sans-serif; font-size: 12px;">
|
||||
</p>
|
||||
18
src/main/resources/templates/endMailFormat.html
Normal file
18
src/main/resources/templates/endMailFormat.html
Normal file
@@ -0,0 +1,18 @@
|
||||
<p style="font-size: 13.3333px;"><font face="돋움, Dotum, Helvetica, Apple SD Gothic Neo, sans-serif">____________________________________________________________________________________________________________________</font>
|
||||
</p>
|
||||
<p style="font-size: 13.3333px;"><font face="돋움, Dotum, Helvetica, Apple SD Gothic Neo, sans-serif"><br></font></p>
|
||||
<p style="font-size: 13.3333px;"><font face="돋움, Dotum, Helvetica, Apple SD Gothic Neo, sans-serif">Send by:
|
||||
whalsrb1226@gmail.com</font></p>
|
||||
<p style=""><font face="돋움, Dotum, Helvetica, Apple SD Gothic Neo, sans-serif" style="font-size: 13.3333px;">GitHub: </font><font
|
||||
face="돋움, Dotum, Helvetica, Apple SD Gothic Neo, sans-serif"><span style="font-size: 13.3333px;"><a
|
||||
href="https://github.com/MangKyu/InterviewSubscription" target="_blank"
|
||||
style="cursor: pointer; white-space: pre;" rel="noreferrer noopener">https://github.com/MangKyu/InterviewSubscription</a><span></span></span></font>
|
||||
</p>
|
||||
<p style=""><font face="돋움, Dotum, Helvetica, Apple SD Gothic Neo, sans-serif" style="font-size: 13.3333px;">Blog: </font><font
|
||||
face="돋움, Dotum, Helvetica, Apple SD Gothic Neo, sans-serif"><span style="font-size: 13.3333px;"><a
|
||||
href="https://mangkyu.tistory.com" target="_blank"
|
||||
style="cursor: pointer; white-space: pre;" rel="noreferrer noopener">https://mangkyu.tistory.com</a><span></span></span></font>
|
||||
</p>
|
||||
<p><br></p>
|
||||
<p><br></p>
|
||||
<p><br></p>
|
||||
15
src/main/resources/templates/startMailFormat.html
Normal file
15
src/main/resources/templates/startMailFormat.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<p><font face="돋움, Dotum, Helvetica, Apple SD Gothic Neo, sans-serif"><span style="font-size: 10pt;">안녕하세요, </span><span
|
||||
style="font-size: 10pt;">${currentDate} 망나니개발자 기술면접 질문입니다.</span></font></p>
|
||||
<p><font face="돋움, Dotum, Helvetica, Apple SD Gothic Neo, sans-serif"><span style="font-size: 10pt;">정답 리뷰가 필요하시면 답장과 함께 말씀해주세요!</span></font>
|
||||
</p>
|
||||
<p><font face="돋움, Dotum, Helvetica, Apple SD Gothic Neo, sans-serif"><span style="font-size: 10pt;">바쁘면 봐드리지 못할 수 있으니 양해 부탁드립니다.</span></font>
|
||||
</p>
|
||||
<p><br></p>
|
||||
<p><font face="돋움, Dotum, Helvetica, Apple SD Gothic Neo, sans-serif"><span style="font-size: 10pt;"><br></span></font>
|
||||
</p>
|
||||
<p><font face="돋움, Dotum, Helvetica, Apple SD Gothic Neo, sans-serif"><span style="font-size: 10pt;">_____________________________________________________________________________________________________________________</span></font>
|
||||
</p>
|
||||
<p><font face="돋움, Dotum, Helvetica, Apple SD Gothic Neo, sans-serif"><span style="font-size: 10pt;"><br></span></font>
|
||||
</p>
|
||||
<p><font face="돋움, Dotum, Helvetica, Apple SD Gothic Neo, sans-serif"><span
|
||||
style="font-size: 18pt;">${currentDate} 기술면접 질문</span></font></p>
|
||||
Reference in New Issue
Block a user