
Im using a self hosted appwrite instance and it says when a password recovery is started:
{
"message": "SMTP Disabled",
"code": 503,
"type": "general_smtp_disabled",
"version": "1.6.0"
}
Which is false because I have smtp enabled, it has to be some bug on the appwrite side because smtp is enabled and my code is correct. It also may be because of a bug that I posted on github https://github.com/appwrite/console/issues/1700
To bypass the bug because I need smtp I made a curl bash request and changed it to ssl security not tls like the appwrite bug makes you do it.

Have you set these values in your env file?
https://appwrite.io/docs/advanced/self-hosting/email#environment-variables
Recommended threads
- Having errors migrating to cloud
Project will not migrate compeltely
- ENV vars not updating
When i do `nano .env` it shows `_APP_DOMAIN_TARGET=` as set to my domain, but when i do `docker compose exec appwrite vars` it shows `_APP_DOMAIN_TARGET=` as ...
- Index with the requested key already exi...
I'm using appwrite cli to create DB and I'm getting index_already_exists Is there a way to undestand the index name and maybe to skip if it's already exits?
