
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
- Golang docs outdated
Golang docs on the website are update and some if not all methods are broken/ not updated
- Appwrite sites 404
Hello ! When I add a subdomain to a deployed website, it gives me a 404 error on said domain thus making the SSL processus not working and im not able to acces...
- Login redirect going to http not https
Hi yall, I'm having an issue where the redirect URL is going to http, instead of https. I think this is a bug. ``` https://accounts.google.com/o/oauth2/v2/auth...
