i explored the docs and it says Messaging.CreateEmail() but this function does not exist , i installed appwrite on next js env everything works fine except this and when i explored the .ts file in the nodes_modules the function actually doesnot exist , so is there a way to fix that
This is only usable by a server side sdk, like node-appwrite for example.
https://appwrite.io/docs/references/cloud/server-nodejs/messaging#createEmail
Recommended threads
- how to access the value of account statu...
- I can't UNPAUSE my project with the free...
I received an email notifying me that my project had been paused due to inactivity, and the email included a link to "Restore project." However, that button red...
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...