Hacked By AnonymousFox

Current Path : C:/AppServ/www/mail/
Upload File :
Current File : C:/AppServ/www/mail/mmail.php

<?php
// The message
$message = "Line 1\r\nLine 2\r\nLine 3";

// In case any of our lines are larger than 70 characters, we should use wordwrap()
$message = wordwrap($message, 70, "\r\n");

// Send
mail('navin.chv@gmail.com', 'My Subject', $message);
?>

Hacked By AnonymousFox1.0, Coded By AnonymousFox