I want to send a mail with url. My url is
$request = "http://" . $_SERVER['HTTP_HOST'] . "/"; These url is included in mail body,but with these url mail do not send.
My code is
$message88 .="<html><body><a href=".$request.".'activate_sale.php?insert_id=$sale_id' style='text-decoration:none;'><font size='3'>Accept</font></a> <a href=".$request.".'reject_sale.php?insert_id=$sale_id' style='text-decoration:none;'><font size='3'>Reject</font></a></body></html>"; Anybody help me?