In this article, we will build a startup site with forms functionality. The startup will be an estate site that helps us find new homes. We will use Strapi for the backend and React for the frontend.
This is a companion discussion topic for the original entry at https://strapi.io/blog/how-to-build-a-marketing-site-with-react-and-strapi
I have a question regarding the security of the email endpoint. Since the email api endpoint is accessible by public roles, any POST request to this endpoint will send emails to any email account from the email set on the “from” property. So doesn’t this raise a concern of possible chances of phishing attacks? Wouldn’t using the Newsletter plugin be the better option?