sms & SMTP

This commit is contained in:
2026-07-23 23:15:15 +02:00
parent 12fcb60b4c
commit a6b156695f
59 changed files with 4169 additions and 5 deletions
+4
View File
@@ -38,6 +38,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-mail</artifactId>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>