I need my app to give the user the option to send some text by email to whoever he chooses to.
This is a web app. It is written in JS so I can't use a dedicated gmail account for that, cause it can be hacked.
I could use some server that will send the data, but I was wondering if there isn't a possiblity to do it using the user's gmail.
Something like:
Is this possible ? Is there any API for that ?