feat(repairs): automatic repair status emails
This commit is contained in:
parent
3ed6596bf0
commit
c58e212e3a
21 changed files with 525 additions and 36 deletions
|
|
@ -32,3 +32,12 @@ OLYMPUS_REPAIR_INTAKE_TOKEN=
|
|||
# Optionale Website-Basis-URL fuer oeffentliche Reparaturstatuslinks.
|
||||
# Beispiel: https://test.funktechnik-schubert.de/status
|
||||
PUBLIC_REPAIR_STATUS_BASE_URL=
|
||||
|
||||
# Optionaler SMTP-Versand fuer automatische Reparaturstatusmails.
|
||||
SMTP_HOST=
|
||||
SMTP_PORT=587
|
||||
SMTP_USERNAME=
|
||||
SMTP_PASSWORD=
|
||||
SMTP_FROM_EMAIL=
|
||||
SMTP_FROM_NAME=Funktechnik Schubert
|
||||
SMTP_USE_TLS=true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue