I am new to working with Amazon Web Services. I have a contact support form on my website that I am trying to make functional. Fields in the form: Name: Email: Topic: Message:
Once the user clicks on the "send" button, I want to trigger an email which is sent it xxx@gmail.com
In the AWS Console in Simple Email Service, I have SMTP credentials created. I am looking for a way to connect the React JS frontend with the AWS SMTP server to send emails. Please guide me in the right direction. Thank you!