ptrk6182Original post
Flutter Developer
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.
Summary
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.