
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
- Flutter native Google Sign Up with googl...
Hey I want to use the native login instead of the WebView. Do you have any experience on that and has Appwrite to plan this support?
- Do I need Redis if using appwrite
Saw appwrite has built-in redis, but does this work for listdocuments, getdocument and other query etc? what does the appwrite redis covers under the hood?
- 404 for self-host
docker-compose.yml: x-logging: &x-logging logging: driver: 'json-file' options: max-file: '5' max-size: '10m' services: traefik: ima...
