Config:
_APP_SMTP_HOST=smtp-relay.brevo.com _APP_SMTP_PORT=587 _APP_SMTP_SECURE= _APP_SMTP_USERNAME=user _APP_SMTP_PASSWORD=password
Running docker compose logs -f appwrite-worker-mails returns
appwrite-worker-mails | [Worker] Worker 0 is ready! appwrite-worker-mails | Worker mails started appwrite-worker-mails | [Job] Received Job (67e064666128d8.58881134). appwrite-worker-mails | [Job] (67e064666128d8.58881134) failed to run. appwrite-worker-mails | [Job] (67e064666128d8.58881134) Error sending mail: SMTP Error: Could not connect to SMTP host. Failed to connect to server appwrite-worker-mails | Usage stats log pushed with status code: 200 appwrite-worker-mails | [Error] Type: Exception appwrite-worker-mails | [Error] Message: Error sending mail: SMTP Error: Could not connect to SMTP host. Failed to connect to server appwrite-worker-mails | [Error] File: /usr/src/code/src/Appwrite/Platform/Workers/Mails.php appwrite-worker-mails | [Error] Line: 145
It seems email provider is working
it was working last week, I didn't change anything
Recommended threads
- Selfhosted Github App installation
I've followed this guide: https://appwrite.io/docs/advanced/self-hosting/configuration/version-control to connect GitHub to my self-hosted Appwrite instance (1....
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- Any way to temporarily bypass the email ...
Hey guys, any way to bypass the email verification to use the accounts again? i need to recover some projects that due to recent changes have been stopped, and ...