Skip to content

Commit 0b915e4

Browse files
feat: 새 글 발행 알림 메시지 추가
1 parent 00b0e58 commit 0b915e4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/lib/email/templates.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export function getNewPostEmailHTML(
7878
<p style="margin: 0 0 30px; color: #333333; font-size: 16px; line-height: 1.6;">
7979
안녕하세요, <strong>${nickname}</strong>님!
8080
</p>
81+
<p>새 글이 발행되어 알려드립니다.</p>
8182
${
8283
post.thumbnailImage
8384
? `

0 commit comments

Comments
 (0)