build_query("pro_name",$temptbl,"pro_email='$email' limit 1","","","","","",""); if (trim($name) == "") { $name=$email; } $uImgPath = "https://img.nikah.com/images/"; $loginPath = 'https://'.$msiteName.'/register'; $auRegPath = 'http://'.$msiteName.'/mark-5/register?task=aureg&uniqid='.$keycode.'&pid='.$emailcode.'&redirect=1'; //Instantiate a new HTML Mime Mail object $mail = new htmlMimeMail5(); // Set the From header $mail->setFrom($msiteName." "); // Set the Return header $mail->setReturnPath("ereturn@".$msiteName); // Set the Priority - normal, high $mail->setPriority("normal"); //$Subject = ' Register a profile in Nikah.com and Get Married Soon '.$sub_date.''; $Subject = ' Don\'t miss your life partner, Complete your Profile Now '; $html = ' Nikah.com - Newsletters

You are receiving this mail as a registered member of Nikah.com
Please add ematches@Nikah.com to your address book to ensure delivery of e-mails, profile responses into your inbox

'.$sub_date.'

Complete your Registration

Assalam Alaikum

Dear '.$name.',

It seems that you did not completee the registration of your profile. Nikah.com is a great source for finding a suitable life partner and to complete half-of-dheen.

Your small effort to complete the registration process and to initiate contacts with suitable matches may be a turning point in your life to change your marital status from "single" to "married" in Sha Allah.

So, What are you waiting for?

Complete your Registration Now


Complete your Profile   ➤

If you encounter any problem at the registration, Don\'t hesitate to contact us at support@nikah.com, we would be happy to help.

Get the App advantage

'; //echo $html;exit; // Set the Subject $mail->setSubject($Subject); // Create the HTML email $mail->setHTML($html, ""); // Create Message Text/plain $Message = ""; $mail->setText($Message); $toAdd = $email; //$toAdd = "nikahmobile@gmail.com"; return $result = $mail->send(array($toAdd)); } ?>