feat: add email client

This commit is contained in:
Sandro Eiler 2024-02-26 22:00:33 +01:00
parent 13db7853bd
commit ac216925ff
7 changed files with 167 additions and 4 deletions

View file

@ -9,3 +9,4 @@ database:
email_client:
base_url: "localhost"
sender_email: "test@fmail.com"
authorization_token: "my-secret-token"