From 756a9761564b9b69cd597d582856a6c9a335367b Mon Sep 17 00:00:00 2001 From: fakerdeft Date: Tue, 17 Mar 2026 02:43:52 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EC=9B=B0=EC=BB=B4/=EC=A0=95=EA=B8=B0?= =?UTF-8?q?=20=EB=A9=94=EC=9D=BC=20=EC=A0=9C=EB=AA=A9=20=EB=AC=B8=EA=B5=AC?= =?UTF-8?q?=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/config | 2 +- app/src/main/kotlin/com/maggom/app/adapter/MailAdapter.kt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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, )