Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to send mail using only react? [duplicate]

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!

like image 733
Parth Patel Avatar asked Dec 05 '25 07:12

Parth Patel


1 Answers

React have nothing to do with sending emails because after all it is a library that provides ability to render UI, nothing more.

However you can send emails from client side by using any API that is available over internet, for example you can take a look at Gmail API.

like image 78
Flying Avatar answered Dec 07 '25 22:12

Flying



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!