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
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- [Beginner] CLI --queries Syntax Error & ...
Hi everyone! I am a beginner with Appwrite and trying to use the CLI, but I'm stuck with a syntax error. Any guidance would be greatly appreciated! 🙏 **Enviro...