Hi there. Is there a way to use Appwrite for sending an email vom app side? I only found the server sdk infos, but i need this from client side.
TL;DR
To send an email from the app client side using Appwrite, you can create a cloud function to handle the sending of emails and call that function from your app. This functionality is not available directly through the client SDK.
ptrk6182
6 Jan, 2025, 17:40
Send Email from App
WhMonkey
6 Jan, 2025, 17:47
I believe this is only availible on a server SDK. So, you could create a cloud function to send an email and just call that function client side.