0byt3m1n1
Path:
/
data
/
17
/
1
/
18
/
11
/
1670011
/
user
/
1801231
/
htdocs
/
customtanningbed_dot_com
/
[
Home
]
File: mailsent.php
<?php $mess=$_REQUEST['id']; //$to="info@kolkatawebstudio.com"; $to="rick@tanningonline.com,info@kolkatawebstudio.com"; $sub="New Customers:"; //$headers = "MIME-Version: 1.0\r\n"; $headers="<h2><font color='red'>From Newsletters</font></h2><br><br>"; $headers .= "Content-type: text/html; charset=iso-8859-1\r\n"; //$headers.="<h2><font color='red'>From Newsletters</font></h2><br><br>"; $html_mess="New Registered Customer For Newsletters whose eMail id is".$mess; $mailsent=mail($to,$sub,$html_mess,$headers); if($mailsent) { echo "<center><font color='#FF0000' face='Arial, Helvetica, sans-serif'><strong>Thank You!! $mess<br>"; echo "We will contact you soon"; } ?>