• 24-86/3, L.N Colony, IDA Uppal,
    Hyderabad - 500039
  • +91 9347015629
    info@bomax.co.in

Quote Submission

Leave us your info
To Build your Custom Packaging

We will get back to you.

Mobile: $phone
Company: $company
Product: $product
Email: $email
Product Description: $msg"; if (isset($_FILES['attachment']['name']) && $_FILES['attachment']['name'] != "") { $file = "attachment/" . basename($_FILES['attachment']['name']); move_uploaded_file($_FILES['attachment']['tmp_name'], $file); } else $file = ""; $mail = new PHPMailer(); //if we want to send via SMTP $mail->Host = "smtp.gmail.com"; //$mail->isSMTP(); $mail->SMTPAuth = true; $mail->Username = "chenchaiah2017@gmail.com"; $mail->Password = "9491239138"; $mail->SMTPSecure = "ssl"; //TLS $mail->Port = 465; //587 $mail->addAddress('info@bomax.co.in'); // $mail->addAddress('chenchaiah16@gmail.com'); $mail->setFrom($email); $mail->Subject = $subject; $mail->isHTML(true); $mail->Body = $message; $mail->addAttachment($file); if ($mail->send()) echo ""; else echo ""; unlink($file); } ?>