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?
I have experience only in front-end, so please forgive my ignorance.
I did some researching but found nothing conclusive.
What I was thinking of doing was to set up a backend to handle the data from client, and then send it to some aws service that handles this type of things, but no idea what to use.
And then the service would send the data to the email.
Is this the way to go? What’s the more secure and free(or less expensive) road to take?
Any advice is appreciated! Thanks in advance!