Hi,
I am trying to send an email to a user to let them know their action is required. Here is what I have:
$msg.= "<p>Please log on to the "; $msg.="<a href='localhost:8086/login.php'> e-portal platform </a>"; $msg.=" to take the necessary action</p>";
But the actual email shows this:
The link does not appear as a hyperlink. What am I doing wrong.
Thanks