Fix SMTP configuration to use Cloudron mail relay

Use Cloudron's internal mail relay at 172.18.0.1:2525 instead of
external SMTP server to fix email sending timeouts during registration.
This commit is contained in:
2025-10-22 08:17:48 -06:00
parent f20a55768b
commit 82ab3c25e9
2 changed files with 6 additions and 13 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.3",
"version": "0.3.4",
"upstreamVersion": "git-main",
"healthCheckPath": "/health",
"httpPort": 3080,