
I have included a contact form in my web application, there I am taking user email, subject and query as user input. To validate the user email, I have included email otp check with otp login, it is being dealt in a different project I have created apart from the main one as it creates a user profile as well so I kept it separate. Now the data I am logging in to a table as of now but I want it to be sent to my mailbox in some way which I am unable to figure out yet. I need to validate user identity as well, hence I included otp check. Is there any way I can deal with this?

Same email delivery i want to incorporate with user feedback and support as well.
Recommended threads
- Error uploading PDF: [AppwriteException:...
here is the my code export const uploadPDF = async (pdf) => { try { console.log("Uploading file:", pdf); const file = pdf.assets[0]; console....
- Google login redirect error in auth.js a...
Hello people, I need urgent help. It's like this I'm using auth.js to authenticate my site and using Google to log in, when I click to log in with Google it red...
- Anonymous accounts flooding auth users
Dear all, I want to implement anonymous user access for my client-side site, however, I am aware that Appwrite has certain quotas around users (200K). Now, I n...
