
Hi team
I've created an Appwrite cloud function to send an email verification to a user. My understanding is that server-side code should use the Users API, but I'm unable to find the createVerification() method in its documentation. However, I've found that method in the Account API.
Could you please clarify my understanding and provide the correct code for sending a verification email from an Appwrite function?

it's common to make that call client-side. no need to do that server-side. You could use the function for handling the verification, though

Maybe not fully related to the verification but related to your answer, is there a rule on when it's okay/best to do it client-side VS server-side?
Additionally, if we are using SSR, how would that work? Can we make requests on behalf of an user? (aka instead of using the api key/admin client)
Recommended threads
- Adding rate limits using SSR
Hey, I am using Nuxt and doing Auth server side, I was wondering how I would do rate limiting since the requests would be coming from the same ip.
- get empty header in appwrite sites
- Problem marking Apple Push-Notificaton a...
I was able to set up Push-Notifications via Appwrite function for my iOS App. I now wanted to increase the Badge count everytime the user gets a notifcation. Us...
