BobOriginal post
Apple Developer
Appwrite cloud function support trigger user creation and I try to get user infomation to send verification email. So. I don't want to login user at client and create verification email from there.
Is there any way to send verification email from Appwrite nodeJS server wit userID?
Summary
Developers are looking to trigger user creation in Appwrite and send verification emails without requiring users to log in and create the verification email from the client side. The goal is to send verification emails from the Appwrite Node.js server using the user's ID.