|
Hello,
We have received a new $title request from :
Name : $name
Email : $email
Phone No: $pco $phone
Message : $message_text
Services intrested in: $a $b $c $d $e
Regards,
Intivion Team
“; $mail->WordWrap = 50; $mail->IsHTML(true); $mail->Body = $message; if($mail->Send()){ exit; } exit; } if(isset($_POST[‘feedback_submit’])) { $feedback=$_POST[‘size’]; $mail = new PHPMailer; $mail->isSMTP(); $mail->SMTPAuth = true; $mail->SMTPSecure = ‘tls’; $mail->Port = 587; $mail->Host = ‘smtp.gmail.com’; $mail->Username = ‘crmfws@gmail.com’; $mail->Password = ‘hssjymqemhagagyw’; //$mail->addaddress(‘prasad@intivion.com’); $mail->addaddress(‘surendra@intivion.com’); $mail->SetFrom(‘info@intivion.com’,’Intivion’); $mail->Subject= $title.’ Requested’; $message = ”
|
Hello,
We have received a new $title request from :
Name : $name
Email : $email
Phone No: $pco $phone
Message : $message_text
Services intrested in: $a $b $c $d $e
I came to know about Intivion Technology by : $feedback
Regards,
Intivion Team
“; $mail->WordWrap = 50; $mail->IsHTML(true); $mail->Body = $message; if($mail->Send()){ header(“Location:https://intivion.com”); echo ““; exit; } header(“Location:https://intivion.com”); echo ““; exit; } ?>