<%@ Page Language="C#" AutoEventWireup="true" CodeFile="focusIsYou.aspx.cs" Inherits="FocusIsYou" %> Rubicon Alexis - Our Focus Is You <%----%>
  • Professional services

  • Company formation and management services

  • ISO and related certification services

  • CISA review and certification services

  • Recruitment/personnel sourcing solutions

  • Information systems, technology and software solutions

  • Commercial ventures

  • Procurement solutions

<%-- --%>

"We value your association with us. We are keen to understand and cater to your specific service requirements"

Our Focus Is You

Kindly complete the contact request below and we will be in touch with you for a detailed discussion:

Contact


<%----%>

Our Companies:



Offices & Associates:

Dubai
Cape Town


Kuala Lumpur
New Delhi


Ho Chi Minh City
Sydney


Singapore


Camp Fouquereau


Contact us at:

services@rubiconalexis.com
<%----%>
<%--';--%> <%--/* Sending a mail to rubiconenquiry@gmail.com*/ include("PHPMailer/class.phpmailer.php"); if($_POST) { $mail = new PHPMailer(); $mail->Host = 'smtp.1and1.com'; $mail->Port = 25; //$mail->SMTPSecure = 'tls'; //or try 'ssl' $mail->SMTPSecure = "tls"; $mail->IsSMTP(); // send via SMTP //IsSMTP(); // send via SMTP $mail->SMTPAuth = true; // turn on SMTP authentication $mail->Username = "services@rubiconalexis.com"; // SMTP username $mail->Password = "jay@123"; // SMTP password $webmaster_email = "services@rubiconalexis.com"; //Reply to this email ID $email="services@rubiconalexis.com"; // Recipients email ID $name="name"; // Recipient's name $mail->From = $webmaster_email; $mail->FromName = "Request For Information"; $mail->AddAddress($email,$name); $mail->AddReplyTo($webmaster_email,"Enquiry"); $mail->WordWrap = 50; // set word wrap //$mail->AddAttachment("/var/tmp/file.tar.gz"); // attachment //$mail->AddAttachment("/tmp/image.jpg", "new.jpg"); // attachment $mail->IsHTML(true); // send as HTML $mail->Subject = "Enquiry"; $template = '

The following data has been submitted and captured by Rubicon Alexis feedback/inquiry system.

Name%name%
Function%function%
Subject%subject%
Address%address%
Phone%phone%
Email%email%

Comment

%message%


Thanks,
Rubicon Alexis '; //HTML Body $template = str_replace('%name%', $_POST['name'],$template); $template = str_replace('%function%', $_POST['function'],$template); $template = str_replace('%subject%', $_POST['subject'],$template); $template = str_replace('%address%', $_POST['address'],$template); $template = str_replace('%phone%', $_POST['phone'],$template); $template = str_replace('%email%', $_POST['email'],$template); $template = str_replace('%message%', $_POST['message'],$template); $mail->Body = $template; $mail->AltBody = "This is the body when user views in plain text format"; //Text Body if(!$mail->Send()) { // echo "Mailer Error: " . $mail->ErrorInfo; echo ''; } else { echo ''; } }--%>