From f0339977974bcb1cb17e1139421a39f5c3317676 Mon Sep 17 00:00:00 2001 From: Linnea Date: Mon, 15 Dec 2025 20:04:30 -0800 Subject: [PATCH] wip: loomio smtp --- loomio.resisttechmonopolies.online.env | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/loomio.resisttechmonopolies.online.env b/loomio.resisttechmonopolies.online.env index f8e473e..c866aee 100644 --- a/loomio.resisttechmonopolies.online.env +++ b/loomio.resisttechmonopolies.online.env @@ -10,13 +10,13 @@ LETS_ENCRYPT_ENV=production COMPOSE_FILE="$COMPOSE_FILE:compose.smtp.yml" SUPPORT_EMAIL=besties@resisttechmonopolies.online SMTP_AUTH=plain -SMTP_DOMAIN=smtp.protonmail.ch -SMTP_SERVER=smtp.protonmail.ch -SMTP_PORT=587 +SMTP_DOMAIN=mail.resisttechmonopolies.online +SMTP_SERVER=mail.resisttechmonopolies.online +SMTP_PORT=465 SMTP_USERNAME=besties@resisttechmonopolies.online # SMTP_USE_SSL=1 # to disable SSL comment out line rather than changing to 0 -SECRET_SMTP_PASSWORD_VERSION=v2 +SECRET_SMTP_PASSWORD_VERSION=v3 # From field for notification e-mails @@ -104,4 +104,4 @@ OAUTH_ATTR_UID=email OAUTH_ATTR_NAME=name OAUTH_ATTR_EMAIL=email OAUTH_LOGIN_PROVIDER_NAME="loomio SSO" -SECRET_OAUTH_APP_SECRET_VERSION=v2 +SECRET_OAUTH_APP_SECRET_VERSION=v2 \ No newline at end of file -- 2.54.0