Hello, Im using SendGrid as email provider. I added it as a messaging provider in the appwrite console, and it works fine. However, when i call account.createRecovery() on the client, the call succeeds, but no email is ever sent. My .env vars looks like this:
_APP_SMTP_HOST=smtp.sendgrid.net
_APP_SMTP_PORT=587
_APP_SMTP_SECURE=tls
_APP_SMTP_USERNAME=email@example.com
_APP_SMTP_PASSWORD=Password
_APP_SYSTEM_EMAIL_ADDRESS=email@example2.com
Appwrite 1.5.7 and self-hosted. Thanks in advance
I think i found the problem. Does one have to set both the SMTP vars in .env, as well as the similar SMTP settings in the appwrite console? Or can i simply control it through the console.
Recommended threads
- Endless certificate generation cycle
Hello, when I try to add the subdomain stats.hedgehog-rp.ru, I get an infinite loop while the certificate is being generated. There are no problems with adding ...
- Update from 1.8 to 1.8.1 failing
I have spent the past 2 hours trying to figure this out but I really dont know what to do. 1.8. was a fresh install because the upgrade from 1.7.4 was a total m...
- Realtime not working for some tables
Hi, I've got an issue where I can setup a realtime connection to listen to some tables, but some not all. I have two tables `history` and `users`. Both can be ...