Hi Boomer,
Thank for you such speedy respone. After trying out the new sendtofriend.php, I was able to send out an email but the email subject line & message body look like below. It doesn't populate the data. Any solution to that. Thanks in advance! -Ming
{$contact.firstname} {$contact.lastname} has recommended a product to you.
{if $contact.body ne ""}
{$contact.body}
{/if}
Checkout the product link below for more details:
http://www.EntrustResources.com/store/customer/product.php?productid={$contact.productid}
{include file="mail/signature.tpl"}
|