Help for this page

Select Code to Download


  1. or download this
    sub format_email_text
    {
    ...
    return ($str1);
    return ($str2);
    }
    
  2. or download this
    sub send_confirmation_email
    {
    ...
    
        return (defined ($page) ? $page : "");
    }