
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
- Bypass Error When Creating Account With ...
Suppose user first uses email/pass for log in using xyz@gmail.com, few month later on decides to use google oauth2 with same xyz@gmail.com (or in reverse orde...
- No mails from Appwrite
Hello, Since severals days, i have a problem : i d'ont received any mails from Appwrite. I'm using the auth by mail and i don't any code so any mails from App...
- dart function very slow
sometimes waiting too long, about 3mins to 5mins, sometimes very fast, not build time, just execute, anyway to speed up?
