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

@@ -19,3 +19,9 @@ db {
password = dc-project
port = 5432
}
mail {
sendGrid {
key = ${?SEND_GRID_KEY}
}
}