feat(infrastructure): add email sender

This commit is contained in:
2025-11-11 14:59:28 +01:00
parent 537d050080
commit b3b5717e9e
5 changed files with 109 additions and 3 deletions

View File

@@ -42,6 +42,16 @@ cron:
endpoint: "/_cron"
concurrencyPolicy: "Forbid"
smtp:
host:
port: 456
username: ""
password: ""
tls: false
ssl: false
from: ""
service:
port: 80