I have an app that is built only using react. It does not have a backend. Is it possible to send an email just from the react front end itself? Is there an api that would allow me to do that?
If this is not possible, all I really need to do is store data from a form somewhere I can access later. Is there an api that would allow me to do that without any backend using only react? Any help is really appreciated! Thanks in advance!