Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
its possible? write something in text field, write right email, one click and we send text like email to someone ?
bump
Develop games in your browser. Powerful, performant & highly capable.
If you Google your question, you'll see it's generally not as simple as most people think.
It's possible someone could develop an SMTP plugin, but it would still require server-side knowledge.
If you want to email someone you have to go through a system that will allow you to.
JS as it stands doesn't allow you to. C2 doesn't either.
If you have a webserver with e-mail capability, you could use AJAX to send data to have the server do it.
There are a few tutorials showing accessing scripts to put stuff in a database, you could have it send mail instead.
https://www.scirra.com/tutorials/top/page-1?cat=581