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"