From bbf77550f7d60e944ef392ebf1bd3893e13299d2 Mon Sep 17 00:00:00 2001 From: Madeorsk Date: Sat, 15 Mar 2025 15:40:48 +0100 Subject: [PATCH] Add PDS SMTP configuration environment variables. --- .env.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.env.sample b/.env.sample index 4d722f4..a1b8a9d 100644 --- a/.env.sample +++ b/.env.sample @@ -22,3 +22,6 @@ PDS_ADMIN_PASSWORD= # General configuration LOG_ENABLED=true PDS_BLOB_UPLOAD_LIMIT=52428800 + +PDS_EMAIL_SMTP_URL=smtps://username:password@smtp.host:465 +PDS_EMAIL_FROM_ADDRESS=bluesky@email.address