if(isset($_POST['btn-save'])) { require('phpmailer/class.phpmailer.php'); require('phpmailer/class.smtp.php'); session_start(); $name=$_POST['orgname']; $email=$_POST['email']; $phone=$_POST['phone']; $subject=$_POST['comment']; $selectop=$_POST['selectop']; $mail = new PHPMailer(); $mail->IsSMTP(); $mail->SMTPDebug = 0; $mail->SMTPAuth = true; $mail->SMTPSecure = 'ssl'; // tls or ssl $mail->Port = "465"; $mail->Username = "pmt@nerontech.com"; $mail->Password = "amrita@1234"; $mail->Host = "smtp.gmail.com"; $mail->Mailer = "smtp"; $mail->SetFrom("VoIC Network"); $mail->AddAddress("contact@voicnetworks.com"); $mail->Subject = "VoIC Network"; $mail->Body .= "Name: $name
"; $mail->Body .= "Cantact Number: $phone
"; $mail->Body .= "Subject: $subject
"; $mail->Body .= "Email Address: $email
"; $mail->Body .= "Enquiry For: $selectop
"; $mail->IsHTML(true); $result = $mail->Send(); header("Location:onyxlite"); //echo $result; } ?> VNPL | India's Leading VoIP and CTI Technology Distributor

Onyx Lite

Onyx Lite

Newsletter Subscription

Study Materials

Download Now