GIF89a; Mini Shell

Mini Shell

Direktori : /home/serb/public_html/livechat/php/service/
Upload File :
Current File : /home/serb/public_html/livechat/php/service/Mailer.php

<?php

class Mailer extends Service
{
    public function sendMessage($from, $to, $subject, $body)
    {
        $headers = "From: $from\r\nReply-To: $from\r\nContent-Type: text/html; charset=UTF-8\r\n";
        
        @mail($to, $subject, $body, $headers);
    }
}

?>

./BlackJoker Mini Shell 1.0