ZachHandley
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. Steven
With 1.5, you can create a client session and then make the API call as an end user
ZachHandley
Do you mean via JWT, email / password, or other?
ZachHandley
Like using the account SDK on the server i presume?
ZachHandley
Yeah I was using that, sweet
ZachHandley
Thank you 🙂
Recommended threads
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...
- Migrate from cloud to localhost
Hello everyone. I need to migrate my test project from cloud to localhost, however it seems that this is possible only if a self-hosted appwrite instance it's h...
- Current User is Not authorized
recreating same Thread