From 5eac3d88d86e1eb5a5c5e99e78662c0f7f059c6b Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Tue, 5 Apr 2022 08:50:41 -0700 Subject: [PATCH] Switch PeerTube SMTP config --- server/config/peertube/.env | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/server/config/peertube/.env b/server/config/peertube/.env index 3213674..58ab3e9 100644 --- a/server/config/peertube/.env +++ b/server/config/peertube/.env @@ -23,12 +23,12 @@ PEERTUBE_TRUST_PROXY=["127.0.0.1", "loopback", "172.80.0.0/16"] # E-mail configuration # If you use a Custom SMTP server -#PEERTUBE_SMTP_USERNAME= -#PEERTUBE_SMTP_PASSWORD= +PEERTUBE_SMTP_USERNAME=noreply@jafner.net +PEERTUBE_SMTP_PASSWORD=xygusaifgryapwqh # Default to Postfix service name "postfix" in docker-compose.yml # May be the hostname of your Custom SMTP server -PEERTUBE_SMTP_HOSTNAME=postfix -PEERTUBE_SMTP_PORT=25 +PEERTUBE_SMTP_HOSTNAME=smtp.gmail.com +PEERTUBE_SMTP_PORT=465 PEERTUBE_SMTP_FROM=noreply@jafner.net PEERTUBE_SMTP_TLS=false PEERTUBE_SMTP_DISABLE_STARTTLS=false