Hi
I have a php file that I am using to email a html link. I have a variable for the WAN Ip address and then a page link. The link is formed for the WAN IP but for some reason the page isn't included in the link.
So is created as a link in the email but the /Extensions.html is plain text. What is needed to make it a full link?
Thanks
I have a php file that I am using to email a html link. I have a variable for the WAN Ip address and then a page link. The link is formed for the WAN IP but for some reason the page isn't included in the link.
Code:
$message = "
<html>
<head>
<title>Unauthorized Programming</title>
</head>
<body>
<p>This Nimbus has had unauthorized additions to the Extensions</p>
<p> $hostname <p>
<p>Navigate to [URL unfurl="true"]http://$ip_server/Extensions.html[/URL] to see what happened.</p>
</body>
</html>
So is created as a link in the email but the /Extensions.html is plain text. What is needed to make it a full link?
Thanks