setFrom("'.SITE_NAME.' "); //$mail->setFrom("1rupeematrimony.com "); $mail->setFrom(SITE_NAME." "); // Set the Return header // $mail->setReturnPath("returnemail@'.SITE_NAME.'"); // Set the Priority - normal, high $mail->setPriority("normal"); // Set BCC //$mail->setBcc("support@'.SITE_NAME.'"); $ProfileId = $inputs->ProfileId; $name = $querybuild->build_query('dpro_name',det_profile,'dpro_profileid',$ProfileId,'','','','','',''); //$name = "shajakhan"; $toAdd = $querybuild->build_query('pro_email',profile,'pro_profileid',$ProfileId,'','','','','',''); $Subject = "Now confirm your ".SITE_NAME." Email address"; $paid = $querybuild->build_query("pro_type",profile,"pro_profileid = '$ProfileId' limit 1","","","","","","",""); //pay type $uViewPath ='#'; //fnsndmsgtxt($uViewPath,$ProfileId); global $BanTop,$BanBottom,$banmsg; $html = ' '.SITE_NAME.'

You are receiving this mail as a registered member of '.SITE_NAME.'

Please add alert@'.SITE_NAME_MAIL.' to your address book to ensure delivery of e-mails, profile responses into your inbox.

logo
'.date('d-m-Y').'

Home | Search partner | Communication

verify Verify your email

Assalam Alaikum

Dear '.$name.'

To ensure that all your account and profile information is safeguarded we would require you to verify your email address.

Verify Email id: '.$toAdd.'

Verify

Verifying your email address also ensures that you can securely get your account information incase your password is lost.

If you have not registered on '.SITE_NAME.' using this email address please click here. We will immediately deactivate Profile Id: '.$ProfileId.'.

Regards,

'.SITE_NAME.'

'; //if($paid == '0') //{ // $html.=$banmsg; //} $html.='

You are receiving this mail as a registered member of '.SITE_NAME.'

Please add ealerts@'.SITE_NAME_MAIL.' to your address book to ensure delivery of e-mails, profile responses into your inbox.

'; $Message = ''; //echo $html; //echo $Message; // Set the Subject $mail->setSubject($Subject); // Create the HTML email $mail->setHTML($html, ""); //Create Message Text/plain $mail->setText($Message); //$toAdd = 'vmohamed@nikah.com'; // Send the email to rosemarie@example.com $result = $mail->send(array($toAdd)); }