Fix SMTP configuration to use Cloudron sendmail hostname

Change SMTP host from localhost/127.0.0.1 to 'mail' as per Cloudron
sendmail addon documentation. The sendmail addon provides a local SMTP
relay accessible via hostname 'mail' on port 2525.
This commit is contained in:
2025-10-22 08:47:18 -06:00
parent 50cc98abb2
commit 212da52a7a
2 changed files with 2 additions and 2 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.5",
"version": "0.3.6",
"upstreamVersion": "git-main",
"healthCheckPath": "/health",
"httpPort": 3080,