1
0
Fork 0
mirror of synced 2024-06-30 20:21:16 +12:00

Added Korean email templates

This commit is contained in:
Melissa David 2019-10-15 13:17:41 +11:00
parent aba830ee7b
commit b61e6033e0
3 changed files with 75 additions and 0 deletions

View file

@ -0,0 +1,24 @@
<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
안녕하세요 {{name}}님,
<br />
<br />
회원님 이메일을 인증하러 아래 링크를 클릭하세요.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
만약 인증 요청하지 않으셨다면 이 이메일을 무시하세요.
<br />
<br />
감사합니다!
<br />
{{project}}팀 드림
</div>

View file

@ -0,0 +1,27 @@
<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
안녕하세요,
<br />
<br />
<b>{{owner}}</b>님이 회원님을 {{project}}프로젝트의 <b>{{team}}</b>팀에 초대했습니다.
<br />
<br />
아래 링크를 통하여 <b>{{team}}</b>팀에 합류해주시면 됩니다.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
만약 합류에 관심 없으시면 이 이메일을 무시하세요.
<br />
<br />
감사합니다!
<br />
{{project}}팀 드림
</div>

View file

@ -0,0 +1,24 @@
<style>
* {
font-family: sans-serif,Arial;
-webkit-font-smoothing: antialiased;
font-weight: lighter;
}
</style>
<div style="direction: {{direction}}">
안녕하세요 {{name}}님,
<br />
<br />
{{project}} 비밀번호 재설정하러 아래 링크를 클릭하세요.
<br />
<a href="{{redirect}}">{{redirect}}</a>
<br />
<br />
만약 회원님이 비밀번호 재설정 요청하지 않으셨다면 이 이메일을 무시하세요.
<br />
<br />
감사합니다!
<br />
{{project}}팀 드림
</div>