hi everyone, I want to set up custom SMTP server for self-hosted appwrite instance. Currently, I'm developing locally and just used Console to set up my smtp params in /settings/smtp. (it's not working, I receive error AppwriteException: SMTP disabled) So, basically I think it should be enabled via .env - but then I've a question about difference between .env and console settings.
It seems like some options are not synced via Console?
.envSMTP settings are used for console password resets, sending invites to users for joining the team.- Console SMTP settings are used for sending emails like Auth related templates for your users in a Project.
Recommended threads
- CreateRow is doing ListRows on self-host...
### setup ``` appwrite 1.9.5 self-hosted bun 1.3 node-appwrite 27.1.0 ``` ### issue Im running a function on a self hosted 1.9.5 with "node-appwrite": "^27.1.0...
- Local function execution results in HTTP...
Hi all, I'm trying to develop a new function on my Ubuntu 24.04 machine running the latest version of docker. I've read through the documentation to install and...
- Get Profile picture
If I made an app where user need to sign in with Google. Now how do I access the user profile picture?