]]jkjjgdjffksdkdxdsghfghdfghfgdfsdsdfsdfsfdsbcxvxcbccwewqeqwewqskfgj
במ12[cxvbcxvbxcvbcxvcxvbcvxcvbsdfsdfsdfsdfsdfsdfxcvbxcvxbbxqwqewqewv;'
/
home
/
u506006416
/
domains
/
crystalmiracle.co.in
/
public_html
/
Upload FileeE
HOME
<?php include_once 'php_mail/class.phpmailer.php'; $mail = new PHPMailer; $message =' <h3>You Have Received a New Order : '.$ct_oid.' </h3> <p>Paid Amount is '.$ct_ta.' </p> <p>Payment Type='.$u_p_pay_type.'</p> '; $mail->Host = "smtp.hostinger.com"; $mail->Port = '587'; $mail->SMTPAuth = true; $mail->Username = 'order@a4paper.in'; $mail->Password = 'Stereo@1879'; $mail->SMTPSecure = 'tls'; $mail->From = "order@a4paper.in"; $mail->FromName = "a4paper"; $mail->Mailer = "smtp"; // don't change the quotes! // $mail->AddAddress('order@a4paper.in'); // $mail->AddAddress('rohan@vdcpaper.com'); $mail->AddAddress('order@a4paper.in'); // $mail->AddAddress('udit8prajapati@gmail.com'); $mail->WordWrap = 50; //Sets word wrapping on the body of the message to a given number of characters $mail->IsHTML(true); //Sets message type to HTML //$mail->AddAttachment($path); //Adds an attachment from a path on the filesystem $mail->Subject = "You Have Received New Order $ct_oid"; //Sets the Subject of the message $mail->Body = $message; //An HTML or plain text message body $mail->Send(); ?>