I built a form and I would like to send it to my own sender email address on submit. Is there any way I can do this WITHOUT an app? Can I simply hook on to the form action for the contact form or something similar to achieve this? Any help would be greatly appreciated.
Currently found the mailTo option which opens the default email client for the user but I would like to actually just send the email on form submit/button click. Any suggestions?