From 3ce8928ea78dba3418d9c273411b28ad6e5a5453 Mon Sep 17 00:00:00 2001 From: Ammar Hussein Date: Mon, 19 Jan 2026 22:17:30 -0800 Subject: [PATCH] update smtp env values --- .../loomio.resisttechmonopolies.online.env | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/abra/servers/resisttechmonopolies.online/loomio.resisttechmonopolies.online.env b/abra/servers/resisttechmonopolies.online/loomio.resisttechmonopolies.online.env index f8e473e..fdd0010 100644 --- a/abra/servers/resisttechmonopolies.online/loomio.resisttechmonopolies.online.env +++ b/abra/servers/resisttechmonopolies.online/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 +SMTP_USE_SSL=1 # to disable SSL comment out line rather than changing to 0 -SECRET_SMTP_PASSWORD_VERSION=v2 +SECRET_SMTP_PASSWORD_VERSION=v4 # 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.49.0