Skip to content

Commit

Permalink
chore: improve SMTP configuration instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Nov 25, 2023
1 parent a87ef54 commit 7e95cfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ OWNER_PASSWORD=changeme
SMTP_HOST=smtp.example.com
SMTP_PORT=587
SMTP_SECURE=true
SMTP_AUTH_USER=[email protected]
SMTP_AUTH_USER=postmaster@mail.example.com
SMTP_AUTH_PASS=secret
SMTP_SENDER=Goodtok <[email protected]>
SMTP_SENDER=Goodtok Info <info@mail.example.com>

# SIP signaling config
DOCKER_HOST_ADDRESS=/* The public IP address of your Docker host */
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,9 @@ OWNER_PASSWORD=changeme

# SMTP config
SMTP_HOST=smtp.example.com
[email protected]
SMTP_AUTH_USER=postmaster@mail.example.com
SMTP_AUTH_PASS=secret
SMTP_SENDER=Goodtok <[email protected]>
SMTP_SENDER=Goodtok Info <info@mail.example.com>

# SIP signaling config
DOCKER_HOST_ADDRESS=/* The public IP address of your Docker host */
Expand Down

0 comments on commit 7e95cfc

Please sign in to comment.