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
- Realtime ping respond with error message
- Create Topics via API
Is there any possibility to create topics through client api? Means that user can create their own topics?
- Register Target and read targets
Hello, I am using this code who I attach. My question is could I check the reister targets based on user that i not add many targets only while login and logou...