
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
- Cannot connect to SMTP in AppWrite - set...
This used to work and then at some point it stopped. One thing that happened in that time was moving my application to Vercel. I have read on another thread t...
- [Self Hosted]
fresh instance of Appwrite - cant deploy function from local to instance ✗ Error • func2 (68134cd9002358f96e4a) • Invalid `specification` p...
- Login/Logout Issue and Page Display Desp...
Subject: Login/Logout Issue and Page Display Despite System Downtime at app.animtube.xyz Hello Appwrite Support Team, After the domain change I made recently (...
