
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
- Display an in-app in the user mobile?
Would it be possible to send a message that would display an in-app in the user mobile?
- Messaging via Resend: "to": "\"undisclos...
I'm using the node-appwrite@18.0.0 SDK. ``` await messaging.createEmail({ messageId: ID.unique(), subject: "Subject", content: `htmlCont...
- Internal 500 Server Error
I don't have much information but I am unable to create anything on database, Auth users are creating but not able to fetch into database
