How to send submitted form from ionic app to my email?

I am trying to create a contact form for my ion app where when the visitor clicks the send button, I want this data to be sent to my email. Do you know how I could do that? Thank you.

Hi KikiKo,

If you need send an email, you should use a backend application: java, php, etc. And submit your form to that backend. You can find a lot of videos and examples in the web about this (how to send email from java, or how to send email from php…)