$showThankYou = false;
if (count($_POST)) {
$name = $_POST["name"];
$email = $_POST["email"];
$country = $_POST["country"];
$subject = $_POST["subject"];
$ip = $_SERVER["REMOTE_ADDR"];
$message = $_POST['message'];
$emailMessage = "Contact form submission:\n"
. "\nName: ". $name
. "\nEmail: " . $email
. "\nCountry: " . $country
. "\nIP: " . $ip
. "\nSubject: " . $subject
. "\n\n" . $message;
mail(PORTAL_INFO_EMAIL, "Magmic Contact Form", $emailMessage, 'From: '.$email);
$showThankYou = true;
}
if ($showThankYou) {
?>
Thank you.
We will get back to you shortly. Thank you for your interest,
your feedback is greatly appreciated.
}
?>
For all support queries, please check the
Support page.
Got something you'd like to tell us... Suggestions for new games or tips? Potential business opportunities? You're in the right place and we look forward to hearing from you.
Let us know right here: