From aa86909598cb8ce5ee42df156b22234393f40bd1 Mon Sep 17 00:00:00 2001 From: Tim <135014430+nagisa77@users.noreply.github.com> Date: Sat, 6 Sep 2025 21:44:36 +0800 Subject: [PATCH] Fix resend from email env placeholder --- backend/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index dbfc88ec1..2c62040cf 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -56,7 +56,7 @@ app.captcha.comment-enabled=${CAPTCHA_COMMENT_ENABLED:false} # ========= Optional ========= # for resend email send service, you can improve your service by yourself resend.api.key=${RESEND_API_KEY:} -resend.from.email=${RESEND.FROM.EMAIL} +resend.from.email=${RESEND_FROM_EMAIL:} # your email services: ... # for tencent cloud image upload service, you can improve your service by yourself