feat: prepare email client usage

This commit is contained in:
Sandro Eiler 2024-02-21 11:18:44 +01:00
parent eecab50b55
commit 13db7853bd
12 changed files with 150 additions and 208 deletions

View file

@ -6,3 +6,6 @@ database:
username: "postgres"
password: "password"
name: "newsletter"
email_client:
base_url: "localhost"
sender_email: "test@fmail.com"

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: "sandro.eiler@uni-ulm.de"