After adding smtp credentials to the appwrite console project, and they are accepted(green mark). Then in client doing appwrite.account.createMagicURLSession(testuser, testemail) returns exception SMTP disabled?
I guess with out setting the global ENV _APP_SMTP_HOST, the local project smtp wont work. ENV _APP_SMTP_HOST variable, the local project smtp wont work. Use an empty string to disable all mail sending from the server. The default value for this variable is an empty string.
Recommended threads
- Event-triggered function executes but pr...
Hello! I'm running self-hosted Appwrite 1.9.0. I have a Dart function (tried both dart-3.5 and dart-3.10 runtimes) with these events configured: ```teams.staff...
- Migration Pending version 1.9.0 self Hos...
I am trying to use the migration feature, my migration has been sitting in a "pending" state for 5 hours now? this is all that is in the "logs" { "$id": "69c...
- Redis exception after failed upgrade
After attempting an Update from 1.8.1 to 1.9.0 where i accidentally typed 1.8.0 I've encountered multiple issues with my appwrite instance all of which resultin...