Call us Toll-Free:
1-800-218-1525
Live ChatEmail us

 Sponsors

mail sender

Code Wizard, 12-30-2006

just another simple code, for sending fake mails.
can be good as an service on your site.

file: mail.php

<html>
<head>
<title>Mail sender by system33r</title>

<font face="verdana">

<?
if($name && $email && $besked) {
mail("mail@system33r.org","Subject","
name: $name
Email: $email
site: $site

$besked");
echo("<hr size="1">");
echo("Mail has been sent!!");
echo("<hr size="1">");
} elseif ($send) {
echo("<hr size="1">");
echo("you either forgot to enter: name,email,site");
echo("<hr size="1">");
}
?>

<form action="mail.php" method="post">

Name: <input type="text" name="name"><br>
Email: <input type="text" name="email"><br>
Site: <input type="text" name="site" value="http://"><br><br>
<textarea name="besked" rows="8" cols="40"></textarea><br><br>
<input type="submit" name="send" value="Send!">

</form>
</font>

</html>
Enjoyed this post?

Subscribe Now to receive new posts via Email as soon as they come out.

 Comments
Post your comments












Note: No link spamming! If your message contains link/s, it will NOT be published on the site before manually approved by one of our moderators.



About Us  |  Contact us  |  Privacy Policy  |  Terms & Conditions