���� ������������������������������������

Welcome to Accelerativ !!

You are Registered with Accelerativ with following Details:-

First Name : ".$_POST['first_name']."

Last Name : ".$_POST['last_name']."

Email : ".$_POST['email']."

Heard About : ".$_POST['heard_about']."

Idea State : ".$_POST['idea_state']."

"; $mail->IsSMTP(); // telling the class to use SMTP $mail->Host ="mail.ivy-x.com"; // SMTP server $mail->SMTPDebug = 1; // enables SMTP debug information (for testing) // 1 = errors and messages // 2 = messages only $mail->SMTPAuth = true; // enable SMTP authentication $mail->Host = "mail.ivy-x.com"; // sets the SMTP server $mail->Port = 587; // set the SMTP port for the GMAIL server $mail->Username = "info@ivy-x.com"; // SMTP account username $mail->Password = "R4sS7#g#n,Tz"; // SMTP account password $mail->SetFrom('info@ivy-x.com','IVYX'); $mail->Subject = "Thanks for Registration."; $mail->MsgHTML($body); $address = $to; $mail->AddAddress($address, $name); if(!$mail->Send()) { } else { echo ''; } }else{ echo ""; } } ?>