Relative Content

Tag Archive for reactjsnode.jsamazon-web-servicesemail

Common practice of sending data from client-side to a designated email?

Here’ my situation:
I’m developing a spa, which has a form. I would like to send the form data to a designated email.
What are the best practices or common way of doing this?
Is there a aws service that can just receive the data from client, and just send it to the email?
Do i need a backend to handle this, perhaps?