Subscribe

Subscribe Us
This message confirms that you have subscribed from the Global Race Grid newsletter.


Thank you!


This e-mail was sent from a subscribe form on Global Race Grid (http://globalracegrid.com)"; $text="text"; if (($name1=="")||($email1=="")) { echo "All fields are required, please fill the form again."; } else{ $url = 'https://api.bulletsend.com/v1/message/send'; $message = json_encode([ "auth" => [ "key" => "NeuDEbMzU6FkIyycCgvMIGE5T914ZWQi5TXrGzGH", ], "contents" => [ "subject" => $subject, "html" => $body, "text" => $text ], "to" => [ "name" => $name1, "email" => $email1 ], "from" => [ "name" => "GLOBALRACEGRID", "email" => "contact@globalracegrid.com" ] ]); $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_POST, true); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); curl_setopt($ch, CURLOPT_POSTFIELDS, $message); curl_setopt($ch, CURLOPT_HTTPHEADER, array('Content-Type:application/json')); $response = curl_exec($ch); $httpcode = curl_getinfo($ch, CURLINFO_HTTP_CODE); curl_close($ch); echo $httpcode . ' / ' . $response; } } ?>

You may Unsubscribe any time…