diff --git a/app/config b/app/config index 9636abe..5a23e8b 160000 --- a/app/config +++ b/app/config @@ -1 +1 @@ -Subproject commit 9636abe787d7e4d88b2167644400ae95dd1e6b6a +Subproject commit 5a23e8b0fc29d2eebcabb156dbf7d0d09e3dacb2 diff --git a/app/src/main/kotlin/com/maggom/app/adapter/MailAdapter.kt b/app/src/main/kotlin/com/maggom/app/adapter/MailAdapter.kt index 851b51b..d094080 100644 --- a/app/src/main/kotlin/com/maggom/app/adapter/MailAdapter.kt +++ b/app/src/main/kotlin/com/maggom/app/adapter/MailAdapter.kt @@ -59,7 +59,7 @@ class MailAdapter( } sendHtml( to = to, - subject = "[마꼼] 구독을 시작했어요! 🏃", + subject = "[마꼼] 구독을 시작했어요! 🎉", template = "mail/welcome", context = context, ) @@ -71,7 +71,7 @@ class MailAdapter( } sendHtml( to = to, - subject = "[마꼼] 이번 주 마라톤 대회 알림", + subject = "[마꼼] 마라톤 대회 목록 🏃", template = "mail/notification", context = context, )