feat(settings): add SMTP admin configuration
This commit is contained in:
parent
c58e212e3a
commit
884a20e043
32 changed files with 1200 additions and 42 deletions
|
|
@ -29,11 +29,14 @@ KNOWLEDGE_MAX_UPLOAD_MB=50
|
|||
# Produktiv als langen Zufallswert setzen. Nicht im Frontend verwenden.
|
||||
OLYMPUS_REPAIR_INTAKE_TOKEN=
|
||||
|
||||
# Optionale Website-Basis-URL fuer oeffentliche Reparaturstatuslinks.
|
||||
# Env-Fallback fuer oeffentliche Reparaturstatuslinks.
|
||||
# Bevorzugt wird die Admin-Konfiguration unter /settings.
|
||||
# Beispiel: https://test.funktechnik-schubert.de/status
|
||||
PUBLIC_REPAIR_STATUS_BASE_URL=
|
||||
|
||||
# Optionaler SMTP-Versand fuer automatische Reparaturstatusmails.
|
||||
# Env-Fallback fuer SMTP. Bevorzugt wird die Admin-Konfiguration unter /settings.
|
||||
# Fuer Apple Mail/iCloud: smtp.mail.me.com, Port 587, TLS aktiv,
|
||||
# Benutzername = vollstaendige Mailadresse, Passwort = app-spezifisches Passwort.
|
||||
SMTP_HOST=
|
||||
SMTP_PORT=587
|
||||
SMTP_USERNAME=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue