Vanilla 1.1.5 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:
<?php
$name = $_POST["name"];
$email = $_POST["email"];
$subject = $_POST["subject"];
$message = $_POST["message"];
$iprotocol = $_SERVER['REMOTE_ADDR'];
$useragent = $_SERVER["HTTP_USER_AGENT"];
$mymail = "email@domain.com";
$mail = ("
$subject - sitename
---------------------------------------------------------------------
Name: $name \n
Email: $email \n
Message: $message \n\n
User Information.
--------------------------------------------------------------------- \n
IP Address: $iprotocol \n
User-Agent: $useragent \n
");
mail( $mymail, "$subject - sitename",
$mail, "From: $email" );
?>
mail( $mymail, "$subject - sitename",
$mail, "From: $email" );
What a weird conversation, everyone comes here to brass with their skills "how they could write is in so fast that it ripples the time space continum and shatters the fractual hypothesis of the universe and human mind THANK GOD ISAAC ASIMOV" but no one actually did anything, well, except Mark who posted a link.
1 to 27 of 27