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
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...
- Rec'd a "phishing" email that apparently...
I received an email attempting to convince me that my password expired - and the link wanted to send me to an appwrite instance: (https://updating-projects-ads....