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
- Redis with user/pass doesn't work NO_AUT...
When trying to externalize my redis to a valkey server, i saw the user/pass doesn't work. After looking the appwrite code, i saw some of the init does not pass...
- Export, Import or Migration giving this ...
As you can see in yhe screenshot i am not able to export any data or export the data from tables. Also it is affecting the migration from appwrite to appwrite h...
- local (self-hosted) sites issues
setup: - `composer run installer:dev` issues - Getting error when visiting the site ```Synchronous function execution timed out. Use asynchronous execution in...