From f8e959338bf385e2797652d03b62468f1d96fc62 Mon Sep 17 00:00:00 2001 From: Ajay Negi <97536703+ajaynegi45@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:42:00 +0530 Subject: [PATCH] Update --- src/main/resources/application-development.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application-development.properties b/src/main/resources/application-development.properties index 6edbbda..c3cf3e5 100644 --- a/src/main/resources/application-development.properties +++ b/src/main/resources/application-development.properties @@ -35,6 +35,7 @@ logging.level.org.springframework.security=TRACE # --- Mail Service Setup --- # I use docker mail service https://hub.docker.com/r/maildev/maildev +# Or Web based Mail service https://mailtrap.io/ spring.mail.host=Add_Your_Mail_Service_Host spring.mail.port=Add_Your_Mail_Service_Port spring.mail.username=Add_Your_Mail_Service_Username