
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
- Request failed while trying to migrate
I want to migrate a self hosted appwrite instance to another one. When i enter the source data in the new appwrite instance and click next and wait a minute, i ...
- Appwrite API and Console keep failing
i have an appwrite docker container.... Somehow today it suddenly startet to keep failing every half an hour to two hours. The server is reachable via ping but ...
- Install node-18 as function runtime?
How do i install node-18 function runtime to my appwrite on localhost? I have upgraded to appwrite 1.6.1. I can't find anything on Google and none of the ChatGP...
