
When entering SMTP information on my self-hosted instance, I get an error that it's not able to connect to the SMTP server.
Docker also shows this in the logs:
appwrite | [Error] Timestamp: 2025-03-23T06:34:24+00:00
appwrite | [Error] Method: PATCH
appwrite | [Error] URL: /v1/projects/:projectId/smtp
appwrite | [Error] Type: Appwrite\Extend\Exception
appwrite | [Error] Message: Could not connect to SMTP server: SMTP Error: Could not connect to SMTP host. Failed to connect to server
appwrite | [Error] File: /usr/src/code/app/controllers/api/projects.php
appwrite | [Error] Line: 1794
appwrite | Failed to initialize logging provider: Unable to parse DSN: scheme is required
I use Resend as my SMTP provider and would like to use it. I usually use the port 587, yes I tried 22 and 465 as well.
Recommended threads
- Attribute already exists in schema
I created an attribute, deleted it and now I can't create it again. It says "Failed" and "Attribute already exists in schema". ```json { "27": { "ke...
- Decentralisation
I had queries regarding decentralisation with self hosting, particularly with sites as a recent addition. Can we decentralise sites as in many cases we would li...
- Error response from daemon: driver faile...
on endpoint appwrite-traefik (00bbc10e5875d0c367d8975c6abc946a77b7ec201a64a825399add44fb34ebb4): failed to bind port 0.0.0.0:80/tcp: Error starting userland pro...
