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.

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Andreas Dueren
2025-10-22 08:17:48 -06:00
parent 41f39f62a1
commit 12fdaa7e25
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,