Anybody have a example sending email by the php:
<?
mail("recipient@hotmail.com,sender@hotmail.com","subject","this is the body of the message")
?>
This is a Construct 2 question ??!?
Do a Google search for 'php send mail' - you'll get all the advice you need - and more.
Develop games in your browser. Powerful, performant & highly capable.
yes,this is a C2 question, because I'm trying to do it with the AJAX-Construct 2
I have issue too about php using AJAX and how to get variables from C2 to php
do you know a website or blog with the function php mail() ?