Implement Mailer

This commit is contained in:
2019-10-08 02:31:23 +02:00
parent c156e2a7b1
commit afb7f7a1a6
7 changed files with 80 additions and 11 deletions

View File

@@ -49,6 +49,7 @@ dependencies {
implementation("net.pearx.kasechange:kasechange-jvm:1.1.0")
implementation("com.auth0:java-jwt:3.8.2")
implementation("fr.postgresjson:postgresjson:$postgresjson_version")
implementation("com.sendgrid:sendgrid-java:4.4.1")
testImplementation("io.ktor:ktor-server-tests:$ktor_version")
testImplementation("io.ktor:ktor-client-mock:$ktor_version")