
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
- 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...
