
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
- ❗[Help] Function stuck in "waiting" stat...
Hi Appwrite team 👋 I'm trying to contribute to Appwrite and followed the official setup instructions from the CONTRIBUTING.md guide to run the platform locall...
- 1.7.0 Self Hosted Upgrade
Hi, I've tried a fresh install on 1.7.0 and I've also done a fresh install on 1.6.2. 1.6.2 is working fine fresh, update to 1.7.0 and migrate fails Fresh inst...
- Functions not work on Server only Localh...
Hi, I successfully upgraded from 1.4 to 1.7, but I'm having a problem. The functions no longer work with the settings I had. I assume some changes were made. It...
