This topic is locked

Email Link to logon page

9/29/2023 4:55:38 AM
PHPRunner General questions
author

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:
img alt
The link does not appear as a hyperlink. What am I doing wrong.
Thanks

502098 9/29/2023

Found it. I was looking at the email from my junk mail box thats why the link was not showing..silly me.