Hello Admin and other PHP experts..!! small question, how to send email to the email IDs, that are listed in a database, i want to sent it as "noreply(at)mydomian(dot)com" and the receipents should be in BCc. And the mail i send is a HTML Advertisement of my service. help me out please... If possible, provide me the code from Line1, i.e,
<?php
$con = mysql_connect("localhost","munna","abc123");
if (!$con)
{
die('Could not connect: ' . mysql_error());
}
// YOUR GIFT SCRIPT FOR ME
mysql_close($con);
?>