MailSender is working

This commit is contained in:
2025-06-07 13:20:37 +02:00
parent 8ea5d84779
commit 62a5ad1bc6
5 changed files with 81 additions and 0 deletions

View File

@@ -77,6 +77,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
<version>3.3.4</version>
</dependency>
</dependencies>