db_sql_query($sql); $proDetArray = array(); if (count($exeQuery) > 0) { if (is_array($exeQuery[0])) { $proDetArray = $exeQuery; } else { $proDetArray[0] = $exeQuery; } } $mail = new htmlMimeMail5(); // Set the From header $mail->setFrom(SITE_NAME." "); // Set the Return header $mail->setReturnPath("support@".SITE_NAME); // Set the Priority - normal, high $mail->setPriority("normal"); //Add the Styles and css $html = ' Nikah.com Mulim Matrimonial services '; $myname = $proDetArray[0]['dpro_name']; //sender name $Message =' Assalamu Alaikum Dear '. $myname.' ['.$ProfileId.'] Nikah.com, the preferred choice of millions of Muslims, will be revising prices for its paid services starting from 20th August 2014. Though no price is high enough for someone as priceless as your Nikah, you can avoid paying a higher registration fee for our paid services by taking your decision just 1 week earlier. '; $Subject='Pay before the price rises :: Nikah.com'; //subject $html .= '
   
Nikah.com  
'; $html .='
 


Assalamu Alaikum

Dear '.$myname.' ['.$ProfileId.']


'; $html .='

Due to increase in operational costs, Nikah.com , the preferred choice of millions of Muslims, will be revising prices for its paid services  starting from 20th August 2014. Though no price is high enough for someone as priceless as your life Partner, you can avoid paying a higher Membership fee for our paid services by taking your decision Soon.

As a paid member, for a small price, you get wonderful benefits like:

  • Initiate Chat with other members.

  • Initiate Video / voice Chat with other members.

  • Send and Receive Personalized Messages.

  • Priority in Search Results.

  • Share Your Contact Details.

  • Receive Contact Details from even Unpaid Members.

  • SMS Alerts.

  • Upload upto 5 Photos.

  • Avail Photo lock Facility.

  • Show photos to whom you wish.

So what are you waiting for?

Become a Paid member now

  100% Profile Screening       |       Millions of Members       |       Privacy Options

 
'; $Message .=' Please login on Nikah.com to view the detailed profile of above Member and to send response. http://nikah.com/login.php Jazakum Allah Khair Support Staff support@nikah.com '; $html .='
You are receiving this mail as a registered member of Nikah.com
Please add nikah@nikah.com to your address book to ensure delivery of e-mails, profile responses into your inbox.

Use this link to Unsubscribe
'; // Set the Subject $mail->setSubject($Subject); // Create the HTML email $mail->setHTML($html, ""); // Create Message Text/plain $mail->setText($Message); // Send the Email to rosemarie@example.com $toAdd = $proDetArray[0]["pro_email"]; //$toAdd = 'shajan86@gmail.com'; return $result = $mail->send(array($toAdd)); } ?>