I am not sure if this is a bug or not, you can decide that.
in pop_send_to_friend.asp...
This:
strFrom = strSender
strFromName = Request.Form("YName")
Should be added above:
strRecipientsName = Request.Form("Name")
strRecipients = Request.Form("Email")