]]jkjjgdjffksdkdfdkfjgsldkfhgjkgjkhjkgjkdascxvxcvxcvjdklfgjslkdfgjlskdfgjdskfgj
במ12[aspddfsdfsdfdrxcvxcvcxvxcvxcvxcvxcvxcvxcvxcvxcvxxvxcvxcvxcv;'
/
home
/
magnorco
/
public_html
/
Upload FileeE
HOME
<!DOCTYPE html> <html> <head> <title>Magnor Consultancy Services : Contact</title> <link href="css/pignose.layerslider.css" rel="stylesheet" type="text/css" media="all" /> <link href="css/bootstrap-3.1.1.min.css" rel='stylesheet' type='text/css' /> <link href="css/style.css" rel="stylesheet" type="text/css" media="all" /> <!-- for-mobile-apps --> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="keywords" content="Magnor consultancy services, IT strategy and management consultancy,Digitization,Automation,Enterprise applications & solution, ERPs as SAP Analytics,Professional Services " /> <meta property="og:type" content="website"> <meta property="og:site_name" content="Magnor consultancy services : IT strategy and management consultancy, Digitization, Automation, Enterprise applications & solution, ERPs as SAP Analytics, Professional Services"> <meta property="og:title" content="Magnor consultancy services : IT strategy and management consultancy, Digitization,Automation, Enterprise applications & solution, ERPs as SAP Analytics, Professional Services"> <meta property="og:description" content="Magnor consultancy services : IT strategy and management consultancy, Digitization,Automation, Enterprise applications & solution, ERPs as SAP Analytics, Professional Services"> <meta property="og:url" content="https://magnor.in/"> <meta property="og:image" content="https://magnor.in/logo/icon.jpg"> <meta name="keywords" content="IT strategy and management consultancy, Digitization,Automation, Enterprise applications & solution, ERPs as SAP Analytics, Professional Services" /> <link href="logo/icon.jpg" type="image/jpg" rel="icon" media="all"> <script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script> <!-- //for-mobile-apps --> <!--fonts--> <link href='//fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'> <link href='//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic' rel='stylesheet' type='text/css'> <!--//fonts--> <!-- js --> <script type="text/javascript" src="js/jquery.min.js"></script> <!-- js --> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="js/bootstrap.min.js"></script> <script src="js/modernizr.custom.js"></script> <link rel="stylesheet" href="css/font-awesome.min.css" /> <link rel="stylesheet" type="text/css" href="css/custom.css" /> <script type="text/javascript" src="js/modernizr.custom.79639.js"></script> <!-- js for news --> <script src="js/jquery.easing.min.js"></script> <script type="text/javascript" src="js/pignose.layerslider.js"></script> <script type="text/javascript"> //<![CDATA[ $(window).load(function() { $('#visual').pignoseLayerSlider({ play : '.btn-play', pause : '.btn-pause', next : '.btn-next', prev : '.btn-prev' }); }); //]]> </script> <!-- /js for news --> <!-- for smooth scrolling --> <script type="text/javascript" src="js/move-top.js"></script> <script type="text/javascript" src="js/easing.js"></script> <script type="text/javascript"> jQuery(document).ready(function($) { $(".scroll").click(function(event){ event.preventDefault(); $('html,body').animate({scrollTop:$(this.hash).offset().top},1000); }); }); </script> <!-- //for smooth scrolling --> </head> <body> <!-- header --> <?php include_once('header.php');?> <!-- //header --> <!-- Contact-section --> <section class="contact"><br><br><br><br> <div class="inner-banner demo-2 text-center"> <div id="breadcrumb_wrapper"> <div class="container"> <h2>Contact Us</h2> <h6>Magnor Consultancy Services</h6> </div> </div> </div> <!--contact--> <div class="contact"> <div class="container"> <div class="address"> <div class="row"> <div class="col-md-6 location"> <h4>Magnor Consultancy Services</h4> <p>For general inquiries and information please email to help desk at</p> <p><b>Phone :</b> +91-9971069006</p> <p><b>Email :</b> <a href="mailto:sales@magnor.in">sales@magnor.in</a></p> <br> <p><b>Corporate Office : 10/32A Sector 3, Rajinder Nagar <br>Sahiababd, Ghaziabad,<br> Uttar Pradesh - 201005</b></p> <br> <!--p><b>Registered Office</b>Plot No. 227, Street 4, N-Block, Om Vihar,</p> <p>Palam Vihar Extn., Phase-1,</p> <p>Gurugram - 122017, Haryana, India.</p> <br--> <p><b>Business Hours :<br></b>Monday - Friday 9 A.M. to 7 P.M.</p> </div> <div class="col-md-6 location"> <h4>Location</h4> <div id="map"> <iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d14000.310482987285!2d77.3625903!3d28.6873246!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390cfa63eaaaaaab%3A0xcc0312ba16b9dab3!2sMagnor%20Consultancy%20Services!5e0!3m2!1sen!2sin!4v1700464910200!5m2!1sen!2sin" width="100%" height="350" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> </div> </div> <div class="clearfix"> </div> </div> </div> <div class="contact-form"> <h4>CONTACT FORM</h4> <?php use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\Exception; require 'PHPMailer/src/Exception.php'; require 'PHPMailer/src/PHPMailer.php'; require 'PHPMailer/src/SMTP.php'; if(isset($_POST['submit'])!=null) { $ename=$_POST['ename']; $eemail=$_POST['eemail']; $emob=$_POST['emob']; $een=$_POST['eem']; //mail function start from here //Create an instance; passing `true` enables exceptions $mail = new PHPMailer(true); try { //Server settings //$mail->SMTPDebug = SMTP::DEBUG_SERVER; //Enable verbose debug output $mail->isSMTP(); //Send using SMTP $mail->SMTPSecure = 'tls'; $mail->Host = 'smtp.gmail.com'; //Set the SMTP server to send through $mail->SMTPAuth = true; //Enable SMTP authentication $mail->Username = 'magnorconsultancy@gmail.com'; //SMTP username $mail->Password = 'fcbtdftafioauukc'; //SMTP password $mail->SMTPSecure = PHPMailer::ENCRYPTION_SMTPS; //Enable implicit TLS encryption $mail->Port = 465; //TCP port to connect to; use 587 if you have set `SMTPSecure = PHPMailer::ENCRYPTION_STARTTLS` //Recipients $mail->setFrom('magnorconsultancy@gmail.com', 'Enquiry'); $mail->addAddress('magnorconsultancy@gmail.com', 'Magnor Consultancy Services Enquiry'); //Add a recipient /*$mail->addAddress('ellen@example.com'); //Name is optional $mail->addReplyTo('info@example.com', 'Information'); $mail->addCC('cc@example.com'); $mail->addBCC('bcc@example.com');*/ //Attachments // $mail->addAttachment('/var/tmp/file.tar.gz'); //Add attachments //$mail->addAttachment('/tmp/image.jpg', 'new.jpg'); //Optional name //Content $mail->isHTML(true); //Set email format to HTML $mail->Subject = 'Magnor Enquiry'; $mail->Body = 'Enquiry Person Name :- '.$ename.'<br/>Enquiry Person Email :- '.$eemail.'<br/>Enquiry Person Mobile:- '.$emob.'<br/> Enquiry Message :- '.$een; $mail->AltBody = 'from Enquiry Page'; $mail->send(); echo "<script>alert('Enquiry has been sent. we will contact you soon !')</script>"; } catch (Exception $e) { echo "Message could not be sent. Mailer Error: {$mail->ErrorInfo}"; } //mail function start end here } ?> <form action="#" method="post"> <input type="text" value="Name" name="ename" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Name';}" required=""> <input type="email" value="Email" name="emob" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Email';}" required=""> <input type="text" value="Mobile" name="eemail" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Telephone';}" required=""> <textarea type="text" name="eem" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Message...';}" required="">Message...</textarea> <input type="submit" name="submit" value="Submit" > </form> </div> </div> </div> </section> <!-- //contact-section --> <!-- book an appointment --> <!-- //book an appointment --> <!-- footer --> <?php include_once('footer1.php');?> <!-- //footer --> <script type="text/javascript"> $(document).ready(function() { /* var defaults = { containerID: 'toTop', // fading element id containerHoverID: 'toTopHover', // fading element hover id scrollSpeed: 1200, easingType: 'linear' }; */ $().UItoTop({ easingType: 'easeOutQuart' }); }); </script> <a href="#" id="toTop" style="display: block;"> <span id="toTopHover" style="opacity: 1;"> </span></a> </body> </html>