I am new new at this. Is there a code script that can be used to forward a webpage to someones email address? Thank you in advance
It's not that hard to write a script. Basically, all you have to do is:
<? mail("recpient@theirdomain.com", "This is the subject line"," ","From:sender@sendersdomain.com\nReply-To:sender@sendersdomain.com\nMIME-Version: 1.0\nContent-Type: text/html\n\n This is the body of the message. <p>This is some <b>HTML</b> in the message."); ?>