From 3e44f440ebf6fec7101f797f0fc657ab0e6ccc22 Mon Sep 17 00:00:00 2001 From: Geonhee Min Date: Mon, 3 Nov 2025 00:12:34 +0000 Subject: [PATCH] =?UTF-8?q?issue=20#=20gmail=20smtp=20=EB=A1=9C=EC=BB=AC?= =?UTF-8?q?=20=EB=B3=80=EC=88=98=20=EB=93=B1=EB=A1=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index d17d74e..27002c7 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,2 +1,12 @@ spring.application.name=scheduler -spring.profiles.active=local \ No newline at end of file +spring.profiles.active=local + +spring.mail.host=smtp.google.com +spring.mail.port=587 +spring.mail.username=baekyangdan@gmail.com +spring.mail.protocol=smtp + +spring.mail.properties.mail.smtp.auth=true +spring.mail.properties.mail.smtp.starttls.enable=true +spring.mail.properties.mail.smtp.starttls.required=true +spring.mail.properties.mail.smtp.auth.mechanisms=XOAUTH2 \ No newline at end of file