
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
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
- Automatic chunking for large media does ...
Hi! Using https://github.com/appwrite/sdk-for-apple to upload images to Storage, it does not upload images larger than ~2mb. Error message: `Invalid document...
- keep getting cached data from db
I keep getting cached data from db queries. In my case I query data during build time for building a static nextjs app. sometimes (and very randomly) I get old ...
