feat(email): add email service and configuration for sending emails
This commit is contained in:
parent
7f2aeefba2
commit
110dacb6dd
7 changed files with 114 additions and 1 deletions
|
@ -54,6 +54,7 @@ dependencies {
|
|||
implementation("io.jsonwebtoken:jjwt-api:0.11.5")
|
||||
runtimeOnly("io.jsonwebtoken:jjwt-impl:0.11.5")
|
||||
runtimeOnly("io.jsonwebtoken:jjwt-jackson:0.11.5")
|
||||
compileOnly("org.springframework.boot:spring-boot-starter-mail")
|
||||
}
|
||||
|
||||
tasks.withType<Test> {
|
||||
|
|
Reference in a new issue