New Text Document (2)

  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View New Text Document (2) as PDF for free.

More details

  • Words: 145
  • Pages: 2

$to $to $to

= "[email protected]"; = "[email protected]"; = "[email protected],[email protected]";

$subject = $txtname; $headers = $txtemail; $message = $txtcoments; //

mail($to,$subject,$message,$headers); mail($to,$subject,$message,$headers); header('location: aap_ki.html'); exit(); ?>


= "[email protected]"; = "[email protected]";

// Copies //$mailCc = "[email protected]"; //$mailBcc = "[email protected]"; // From $mailFrom = $txtemail; $mailFromName = $txtname; // Reply address //$mailReplyTo = $txtemail; // Message subject and contents $mailSubject = $pagename; $mailMessage = $txtname; // Text message charset $mailCharset = "windows-1252"; // must be accurate (e.g. "Windows - 1252" is invalid) // Create headres for mail() function $headers = "Content-type: text/html; charset=$mailCharset\r\n";

$headers .= "From: $mailFromName <$mailFrom>\r\n"; //$headers .= "Reply-To: $mailReplyTo\r\n"; //$headers .= "Cc: $mailCc\r\n"; //$headers .= "Bcc: $mailBcc\r\n"; // Send mail mail($mailTo, $mailSubject, $mailMessage, $headers); header('location:aap_ki.html'); exit();

?>

Related Documents

New Text Document (2)
May 2020 11
New Text Document (2)
August 2019 34
New Text Document (2)
July 2020 7
New Text Document (2)
November 2019 26
New Text Document (2)
June 2020 4
New Text Document (2)
May 2020 11