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
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...