Example #1
0
 //$to = '*****@*****.**';
 //$from = "wheresmypandit.com";
 //$from = "choiceuae.ae";
 $from = "*****@*****.**";
 $subject = "Registration Details For E-Puja :- Name : {$name} , Puja : {$sel_pooja}";
 $headers = "From: {$from} \r\n";
 $headers .= "Reply-To: {$from} \r\n";
 $headers .= "CC: ninad.tilkar@choiceindia.com\r\n";
 $headers .= "MIME-Version: 1.0\r\n";
 $headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n";
 if (mail($to, $subject, $message, $headers, '*****@*****.**')) {
     $mail_msg = "Your details are send Successfully";
 } else {
     $mail_msg = "There is some problem to send mail";
 }
 $message = getAdminMail($name, $Email, $phone, $address, $country, $sel_pooja, $pooja_date, $vc_type, $comments, $pooja_name, $client_ip);
 //echo $message;
 // Always set content-type when sending HTML email
 //$to = '*****@*****.**';
 $to = $Email;
 //$from = "wheresmypandit.com";
 //$from = "choiceuae.ae";
 $from = "*****@*****.**";
 $subject = "Registration Details For E-Puja :- Name : {$name} , Puja : {$sel_pooja}";
 $headers = "From: {$from} \r\n";
 $headers .= "Reply-To: {$from} \r\n";
 $headers .= "CC: ninad.tilkar@choiceindia.com\r\n";
 $headers .= "MIME-Version: 1.0\r\n";
 $headers .= "Content-Type: text/html; charset=ISO-8859-1\r\n";
 if (mail($to, $subject, $message, $headers, '*****@*****.**')) {
     $mail_msg = "Your details are send Successfully";
Example #2
0
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td><div align="center"><br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        	<font size="2" face="Verdana, Arial, Helvetica, sans-serif">
				Invalid License. Please contact <?php 
echo getAdminMail();
?>
			</font> <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
        <br>
    </div></td>