Directory : /home/content/12/10898412/html/pitujjain/
|
|
Current File : /home/content/12/10898412/html/pitujjain/smtp_mail.php |
" . $newLine;
$headers .= "From: $namefrom " . $newLine;
fputs($smtpConnect, "To: $to\nFrom: $from\nSubject: $subject\n$headers\n\n$message\n.\n");
$smtpResponse = fgets($smtpConnect, 515);
$logArray['data2response'] = "$smtpResponse";
// Say Bye to SMTP
fputs($smtpConnect,"QUIT" . $newLine);
$smtpResponse = fgets($smtpConnect, 515);
$logArray['quitresponse'] = "$smtpResponse";
}
?>
Mini shell by ./Lunatic0de_