Help for this page

Select Code to Download


  1. or download this
    # 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>
    
    ';
    
  2. or download this
    $message1 =~ s/<RECP_NAME>/$$formdata{'recp_name'}/ig;
    $message1 =~ s/<SEND_NAME>/$$formdata{'send_name'}/ig;
    $message1 =~ s/<SITE_URL>/$site_url/ig;