Hey, is it possible to just send a verification email? Like, can I use the server SDK to send one to a user by ID?
TL;DR
Developers are inquiring about sending a verification email using the server SDK on <https://appwrite.io/docs/products/auth/custom-token>. The suggestion is to create a client session with Appwrite 1.5 and then make the API call as an end user to send the email.With 1.5, you can create a client session and then make the API call as an end user
Do you mean via JWT, email / password, or other?
Like using the account SDK on the server i presume?
Yeah I was using that, sweet
Thank you 🙂
Recommended threads
- Self-host migration from 1.8.X
Is it safe to now migrate from 1.7.4 to 1.8.X on my selfhost?
- DeploymentStatus enum value `canceled` m...
Hey, Sorry if it has been reported already, I found an issue using the Dart SDK where the `canceled` enum value is missing from `DeploymentStatus`. This causes...
- Flutter OAuth2 webAuth Bug?
I created with flutter an app where I can login in with my Microsoft Account. When I compile it to Web (WASM) or Android (aab) then there is no problem what so ...