Hi,
I am trying to include a page from my website into an email. I tried the following:
$body .= file_get_contents('http://www.website.com/profile.php?id=' . $_SESSION["member_guid"]);
but receiving the email without the page?
is the above code correct?