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
- Clean install of 1.9.0 shows errors in a...
I just run a full clean install of Appwrite on my server following the Manual installation guide in the docs page. The console seems to work, visually there d...
- Setup custom domain on selfhosted behind...
Hello everyone, can anyone help me to setup a custom domain on a selfhosted appwrite instance thats running behind cloudflare tunnels? Current setup: Appwrite r...
- Why does this happen?
`AppwriteException: general_argument_invalid, Invalid `secret` param: Value must be a valid string and at least 1 chars and no longer than 256 chars (400)` the...