What is the correct way to use this var? Can i use the domain only (@domain.com) or should i put the full e-mail address (user@domain.com)? Can i use star (*@domain.com)?
For now Appwrite check the whole email address, so you'll need to insert the full email addresses
You can see more about in the code here https://github.com/appwrite/appwrite/blob/master/app/controllers/api/account.php#L83
It's sounds like a good idea, I didn't find any issue on that topic, so it might by good to open one.
Recommended threads
- How to properly implement custom domain?...
- Can't run functions from console in appw...
Hello, I have an appwrite 1.9.0 self hosted, functions run correctly with client SDK or event when using the function domain *.function.mydomain, for testing pu...
- Site deployment does not work.
I can change a file, deploy, change does not take effect. Delete file in repo, push changes,deploy. Old file remains undeleted Duplicate file, rename it, push,...