// Import PHPMailer classes into the global namespace // These must be at the top of your script, not inside a function use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\Exception; //Load Composer's autoloader require 'mail/vendor/autoload.php'; $msg = ''; if(isset($_POST['contact'])) { $name = $_POST['name']; $email = $_POST['email']; $mobile = $_POST['mobile']; $company = $_POST['company']; $message = $_POST['message']; $msg2="Thank You for enquiry"; $message_user = '
logo
Hi '.$name.',
"Thank you for your enquiry and details. We will get back to you shortly."
'; $mail = new PHPMailer(); try { //Server settings $mail->isSMTP(); // Set mailer to use SMTP $mail->Host = 'smtp.gmail.com'; // Specify main and backup SMTP servers $mail->SMTPAuth = true; // Enable SMTP authentication $mail->Username = 'events@indiantelevision.co.in'; // SMTP username $mail->Password = 'eve956in'; // SMTP password $mail->SMTPSecure = 'tls'; // Enable TLS encryption, `ssl` also accepted $mail->Port = 587; // TCP port to connect to //Recipients $mail->setFrom('events@indiantelevision.co.in', 'VBS'); $mail->addAddress($email); // Add a recipient //Content $mail->isHTML(true); // Set email format to HTML $mail->Subject = 'VBS Enquiry'; $mail->Body = $message_user; $mail->AltBody = 'Thank you for submitting form.'; $mail->send(); } catch (Exception $e) { $msg = 'Message could not be sent. Mailer Error: '. $mail->ErrorInfo; $status = 'error'; } $message_admin = "You have received a new enquiry :"."
". "Name: $name"."
". "Email: $email"."
". "Phone: $mobile"."
". "company: $company"."
". "Message: $message"."
"; $mail_admin = new PHPMailer(); // Passing `true` enables exceptions try { //Server settings $mail_admin->isSMTP(); // Set mailer to use SMTP $mail_admin->Host = 'smtp.gmail.com'; // Specify main and backup SMTP servers $mail_admin->SMTPAuth = true; // Enable SMTP authentication $mail_admin->Username = 'events@indiantelevision.co.in'; // SMTP username $mail_admin->Password = 'eve956in'; // SMTP password $mail_admin->SMTPSecure = 'tls'; // Enable TLS encryption, `ssl` also accepted $mail_admin->Port = 587; // TCP port to connect to //Recipients $mail_admin->setFrom('events@indiantelevision.co.in', 'VBS'); $mail_admin->addAddress('events@indiantelevision.co.in', 'VBS'); // Add a recipient //Content $mail_admin->isHTML(true); // Set email format to HTML $mail_admin->Subject = 'VBS Enquiry Detail'; $mail_admin->Body = $message_admin; $mail_admin->AltBody = 'Thank you for submitting form.'; $mail_admin->send(); } catch (Exception $e) { $msg = 'Message could not be sent. Mailer Error: '. $mail_admin->ErrorInfo; $status = 'error'; } } ?> VBS

CHANGING THE RULES OF THE GAME

The Indian Digital Operators’ Summit (IDOS), in its 15th edition was renamed to the Video and Broadband Summit (VBS) with the growing convergence of telecom, media, and technology. The two-day summit in Goa was centered on the theme of ‘Changing the Rules of the Game’. The flagship conference witnessed some media and entertainment’s biggest names deliberate over the disruptive digital landscape on offer and what it means for the pay-TV and distribution ecosystem.

Contact Us

Indian Television Dot Com

  • C-350, Oshiwara Industrial Centre, Opp. Oshiwara Bus Depot, New Link Road, Goregaon West, Mumbai, Maharashtra 400104
  • events@indiantelevision.co.in
  • 022 6642 4000

Enquiry

Partners