
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
- Relationship opt-in?
Hi! I'm trying to understand opt-in relationship population. I'm listing rows as follows: `(...).listRows({ databaseId: this.databaseId, tableId: this.tableId, ...
- I am trying to run appwrite storage list...
Hello! I am trying to use a command to return all of my files from my bucket. This is the cmd I am currently running: "appwrite storage list-files --bucket-id <...
- Appwrite messaging api error
```=== Push Notification Function Started === Endpoint: https://fra.cloud.appwrite.io/v1 Project: 6899062700398ffeae4f Database: threed-dating-db Notification f...
