
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
- SSL certificate issue for custom domain ...
Hi Support, We are implementing horizontal scaling (https://book.appread.io/horizontal-scaling) with shared storage, shared MariaDB, and shared Redis for our s...
- Problems on running functions
Hello, this is my first post here. I experienced a problem recently. Everytime I try to execute a funtion, it will give the following error message Internal cu...
- New OAuth2 provider
I've been following the guide provided on Github to add a new provider. After completing all the steps (adding the icon, classes, the new provider on the list o...
