feat: smtp support

This commit is contained in:
cellarspoon
2021-12-13 17:21:07 +01:00
parent 965809ce11
commit 64905ccc35
3 changed files with 43 additions and 10 deletions

View File

@ -28,3 +28,12 @@ COMPOSE_FILE="compose.yml"
#TURN_URIS="[\"turns:coturn.foo.zone?transport=udp\", \"turns:coturn.foo.zone?transport=tcp\"]"
#TURN_ALLOW_GUESTS=true
#SECRET_TURN_SHARED_SECRET_VERSION=v1
#COMPOSE_FILE="compose.yml:compose.smtp.yml"
#SMTP_ENABLED=1
#SMTP_APP_NAME=
#SMTP_FROM=
#SMTP_HOST=
#SMTP_PORT=
#SMTP_USER=
#SECRET_SMTP_PASSWORD_VERSION=v1