Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/config
4 changes: 2 additions & 2 deletions app/src/main/kotlin/com/maggom/app/adapter/MailAdapter.kt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class MailAdapter(
}
sendHtml(
to = to,
subject = "[마꼼] 구독을 시작했어요! 🏃",
subject = "[마꼼] 구독을 시작했어요! 🎉",
template = "mail/welcome",
context = context,
)
Expand All @@ -71,7 +71,7 @@ class MailAdapter(
}
sendHtml(
to = to,
subject = "[마꼼] 이번 주 마라톤 대회 알림",
subject = "[마꼼] 마라톤 대회 목록 🏃",
template = "mail/notification",
context = context,
)
Expand Down
Loading