Call Toll-Free: (877) 392-2678
IsSMTP(); // set mailer to use SMTP $mail->Host = "mail5.jodoshared.com"; // specify main and backup server $mail->SMTPAuth = true; // turn on SMTP authentication $mail->Username = "[email protected]"; // SMTP username $mail->Password = "rUKWtS#p"; // SMTP password $mail->From = $EmailId; $mail->FromName = $Name; //////////////////////////////////////////////$mail->AddAddress($EmailComp); $mail->AddAddress("[email protected]"); //$mail->AddAddress("[email protected]"); //$mail->AddAddress("[email protected]"); //$mail->AddCC("[email protected]"); $mail->IsHTML(true); //$mail->WordWrap = 100; // set word wrap to 50 characters //$msg12= "This is the body in plain text for non-HTML mail clients"; $mail->Subject = 'Sales Query form APYL Site'; //$mail->Body = $msg12; $MsgString = '
Name:'.$Name.'
Email:'.$EmailId.'
Message:'.$Message.'

IP Address:'.$ip.'
City:'.$city1.'
State:'.$state1.'
Country:'.$country1.'
'; $mail->Body = $MsgString; //$mail->AltBody = "This is the body in plain text for non-HTML mail clients"; if($_SESSION['security_code'] == $_POST['security_code'] && !empty($_SESSION['security_code'] ) ) { if($mail->Send()) { //header("location:vpshosting/linux-vps-cloud_new.php?msg=msg"); $msg = "Message Sent successfully !"; } } else { $msg = "Please enter valid Security Code"; } } ?>
  • Response Form
    APYL does not send spam emails