feat: prepare email client usage
This commit is contained in:
parent
eecab50b55
commit
13db7853bd
12 changed files with 150 additions and 208 deletions
|
|
@ -6,3 +6,6 @@ database:
|
|||
username: "postgres"
|
||||
password: "password"
|
||||
name: "newsletter"
|
||||
email_client:
|
||||
base_url: "localhost"
|
||||
sender_email: "test@fmail.com"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue