
Appwrite documentation has the following variables filled out if using an apikey _APP_SMTP_HOST=smtp.sendgrid.net _APP_SMTP_PORT=587 _APP_SMTP_SECURE=tls _APP_SMTP_USERNAME=apikey _APP_SMTP_PASSWORD=<apikey> _APP_SYSTEM_EMAIL_ADDRESS=<email address>
I have setup sendgrid, and filled the environment variables above. The server will send emails when a new user is created and the app calls createVerification, but when I try to add another user to the organization no email is received.
Appwrite doctor says it is disconnected and docker logs show an authentication error when sending the invite to join the organization. I found another post running a bash script to test the smpt service but that didn't have an output.
Thanks in advanced for any input 🙂

can you try with port 465
, does it help?
Recommended threads
- cli 5.0.5 command for pull and push of d...
Hi i am using selfhosted appwrite 1.5.10, for migration (duplicate project) purpose i am using cli 5.0.5, but i am unable to find commands for pull and push, wh...
- 404 for self-host
docker-compose.yml: x-logging: &x-logging logging: driver: 'json-file' options: max-file: '5' max-size: '10m' services: traefik: ima...
- Realtime stuck on pending
I'm hosting appwrite on a server where there's already nginx running and you can see how it's config looks for appwrite on attachted screenshot. I'm not getting...
