feat(settings): add SMTP admin configuration
This commit is contained in:
parent
c58e212e3a
commit
884a20e043
32 changed files with 1200 additions and 42 deletions
|
|
@ -19,7 +19,11 @@ STORAGE_MAX_UPLOAD_MB=50
|
|||
KNOWLEDGE_STORAGE_PATH=/data/knowledge
|
||||
KNOWLEDGE_MAX_UPLOAD_MB=50
|
||||
OLYMPUS_REPAIR_INTAKE_TOKEN=
|
||||
# Env-Fallback. Bevorzugt wird die Admin-Konfiguration unter /settings.
|
||||
PUBLIC_REPAIR_STATUS_BASE_URL=
|
||||
# Env-Fallback. Bevorzugt wird die Admin-Konfiguration unter /settings.
|
||||
# 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