Skip to content
This repository was archived by the owner on Jan 25, 2019. It is now read-only.

Commit 07f8644

Browse files
committed
Use your SMTP server for sending emails.
1 parent 0056f8e commit 07f8644

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

settings.sh

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ CONTAINER=wsproxy
66
PORT_SSH=2222 ## ssh port is needed for websites that are accessed through ssh-tunnels
77
PORTS="80:80 443:443 $PORT_SSH:22"
88

9+
### SMTP server for sending notifications. You can build an SMTP server
10+
### as described here:
11+
### https://github.com/docker-scripts/postfix/blob/master/INSTALL.md
12+
### Comment out if you don't have a SMTP server and want to use
13+
### a gmail account (as described below).
14+
SMTP_SERVER=smtp.example.org
15+
SMTP_DOMAIN=example.org
16+
917
### Gmail account for notifications. This will be used by ssmtp.
1018
### You need to create an application specific password for your account:
1119
### https://www.lifewire.com/get-a-password-to-access-gmail-by-pop-imap-2-1171882

0 commit comments

Comments
 (0)