email client introduced

This commit is contained in:
Andre Heber
2024-02-26 12:47:27 +01:00
parent e457729f61
commit 99b5e7fe30
12 changed files with 850 additions and 25 deletions

View File

@@ -2,3 +2,6 @@ application:
host: 0.0.0.0
database:
require_ssl: true
email_client:
base_url: "https://api.postmarkapp.com"
sender_email: "andre@futureblog.eu"