Add SMTP authentication using Cloudron sendmail credentials

Configure Museum to use CLOUDRON_MAIL_SMTP_USERNAME and
CLOUDRON_MAIL_SMTP_PASSWORD for authenticated SMTP relay.
This fixes the "550 I cannot deliver mail" error by properly
authenticating with the Cloudron sendmail addon.
This commit is contained in:
2025-10-22 08:54:03 -06:00
parent 212da52a7a
commit f0c225961a
2 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
"contactEmail": "contact@ente.io",
"website": "https://ente.io",
"tagline": "Open source, end-to-end encrypted photo backup",
"version": "0.3.6",
"version": "0.3.7",
"upstreamVersion": "git-main",
"healthCheckPath": "/health",
"httpPort": 3080,