Help for this page
# the following message will be sent to the specified recipient in ord +er # to promote the site. the following markers may be used anywhere in ... <SEND_EMAIL> ';
$message1 =~ s/<RECP_NAME>/$$formdata{'recp_name'}/ig; $message1 =~ s/<SEND_NAME>/$$formdata{'send_name'}/ig; $message1 =~ s/<SITE_URL>/$site_url/ig;